Structs§
- Type
Coercion - Handles all type coercion rules and operations
Functions§
- check_
unspecified_ float_ for_ type - Checks if an unspecified float literal is in the valid range for a target type. This is used when coercing a float literal to a specific floating-point type.
- check_
unspecified_ int_ for_ type - Checks if an unspecified integer literal is in the valid range for a target type. This is used when coercing an integer literal to a specific integer type.