.true if the receiving buffer contains the
other string.
It returns .false if other is
the null string or is not found within the receiving buffer.
say .mutablebuffer~new('-abcdef-')~contains('ef') -- 1
say .mutablebuffer~new('-abcdef-')~contains('-', 2, 6) -- 0