Expand description
const fn
equivalents of primitive type methods.
Modules§
const fn
s 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
bool
from a&str
. - Parses a
i8
from a&str
. - Parses a
i16
from a&str
. - Parses a
i32
from a&str
. - Parses a
i64
from a&str
. - Parses a
i128
from a&str
. - Parses a
isize
from a&str
. - Parses a
u8
from a&str
. - Parses a
u16
from a&str
. - Parses a
u32
from a&str
. - Parses a
u64
from a&str
. - Parses a
u128
from a&str
. - Parses a
usize
from a&str
.
Type Aliases§
- An alias for
Result<bool, konst::primitive::ParseBoolError>
- An alias for
Result<T, konst::primitive::ParseIntError>