core :: Bytes :: has_suffix
b
self
# Is `b` a suffix of `self` ? fun has_suffix(b: BytePattern): Bool do return b.is_suffix(self)