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