fn set(self: *Self, index: usize, int: Int) void

Copy the value of int into the array at index.

Parameters

self: *Self,
index: usize,
int: Int,