Expand description
const fn equivalents of primitive type methods.
Modules§
const fns for comparing primitive types for equality and ordering.
Structs§
- The error returned by bool-parsing methods.
- The error returned by integer-parsing methods.
Functions§
- Parses a
boolfrom a&str. - Parses a
i8from a&str. - Parses a
i16from a&str. - Parses a
i32from a&str. - Parses a
i64from a&str. - Parses a
i128from a&str. - Parses a
isizefrom a&str. - Parses a
u8from a&str. - Parses a
u16from a&str. - Parses a
u32from a&str. - Parses a
u64from a&str. - Parses a
u128from a&str. - Parses a
usizefrom a&str.
Type Aliases§
- An alias for
Result<bool, konst::primitive::ParseBoolError> - An alias for
Result<T, konst::primitive::ParseIntError>