Length of the pattern

Property definitions

core $ BytePattern :: pattern_length
	# Length of the pattern
	fun pattern_length: Int is abstract
lib/core/bytes.nit:39,2--40,36

core :: bytes $ Int :: pattern_length
	redef fun pattern_length do return 1
lib/core/bytes.nit:129,2--37

core $ Bytes :: pattern_length
	redef fun pattern_length do return length
lib/core/bytes.nit:269,2--42