Skip to main content

Crate platform_num

Crate platform_num 

Source

Traitsยง

LinkReference
A composite trait for types that can be used as link identifiers.
MaxValue
Provides the maximum value for a numeric type as an associated constant.
Number
A base numeric trait combining PrimInt, Default, Debug, AsPrimitive<usize>, and ToPrimitive.
SignedNumber
A signed numeric trait extending Number with signed operations.
ToSigned
Converts a numeric type to its signed counterpart.