fn peek(self: *Self) ?[]const T

Returns a slice of the next field, or null if splitting is complete. This method does not alter self.index.

Parameters

self: *Self,