fn set(self: *Self, index: usize, elem: T) void

Overwrite one array element with new data.

Parameters

self: *Self,
index: usize,
elem: T,