pub fn ownsSlice(self: *FixedBufferAllocator, slice: []u8) bool
pub fn ownsSlice(self: *FixedBufferAllocator, slice: []u8) bool { return sliceContainsSlice(self.buffer, slice); }