fn setLen(self: *Managed, new_len: usize) void
Sets the length of an Managed.
If setLen is used, then the Managed must be normalized to suit.
self: *Managed,
new_len: usize,