This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

1 line
609 B
JavaScript

initSidebarItems({"fn":[["cast","Cast from one machine scalar to another."]],"trait":[["AsPrimitive","A generic interface for casting between machine scalars with the `as` operator, which admits narrowing and precision loss. Implementers of this trait `AsPrimitive` should behave like a primitive numeric type (e.g. a newtype around another primitive), and the intended conversion must never fail."],["FromPrimitive","A generic trait for converting a number to a value."],["NumCast","An interface for casting between machine scalars."],["ToPrimitive","A generic trait for converting a value to a number."]]});