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

Copy int into the slice at index.

Parameters

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