Is b a prefix of self ?

Property definitions

core $ Bytes :: has_prefix
	# Is `b` a prefix of `self` ?
	fun has_prefix(b: BytePattern): Bool do return b.is_prefix(self)
lib/core/bytes.nit:749,2--750,65