Is b a suffix of self ?

Property definitions

core $ Bytes :: has_suffix
	# Is `b` a suffix of `self` ?
	fun has_suffix(b: BytePattern): Bool do return b.is_suffix(self)
lib/core/bytes.nit:752,2--753,65