Module coercion

Source

Structs§

TypeCoercion
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.