fn slice(self: Self) Slice
Compute pointers to the start of each field of the array. If you need to access multiple fields, calling this may be more efficient than calling items() multiple times.
items()
self: Self,