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