fn set(self: *Self, index: usize, int: Int) void
Copy int into the slice at index.
int
index
self: *Self,
index: usize,
int: Int,