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

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

Parameters

self: Const,
T: type,