fn peekItem(self: Self, offset: usize) T

Returns the item at offset. Asserts offset is within bounds.

Parameters

self: Self,
offset: usize,