fn clone(self: Self, gpa: Allocator) !Self

Create a copy of this list with a new backing store, using the specified allocator.

Parameters

self: Self,
gpa: Allocator,