fn set(self: *Self, index: usize, elem: T) void
Overwrite one array element with new data.
self: *Self,
index: usize,
elem: T,