fn fits(self: Managed, comptime T: type) bool
Returns whether self can fit into an integer of the requested type.
self: Managed,
T: type,