fn set(self: *Managed, value: anytype) Allocator.Error!void
Sets an Managed to value. Value must be an primitive integer type.
self: *Managed,
value: anytype,