fn fits(self: Managed, comptime T: type) bool

Returns whether self can fit into an integer of the requested type.

Parameters

self: Managed,
T: type,