fn pop(self: *Self) T

Remove and return the last element from the slice. Asserts the slice has at least one item.

Parameters

self: *Self,