Struct fpe::ff1::FlexibleNumeralString[][src]

pub struct FlexibleNumeralString(_);
Expand description

A numeral string that supports radixes in [2..2^16).

Trait Implementations

Performs the conversion.

Performs the conversion.

The type used for numeric operations.

Returns whether this numeral string is valid for the base radix.

Returns the number of numerals in this numeral string.

Splits this numeral string into two sections X[..u] and X[u..].

Concatenates two numeral strings.

The number that this numeral string represents in the base radix when the numerals are valued in decreasing order of significance (big-endian order). Read more

Given a non-negative integer x less than radixm, returns the representation of x as a string of m numerals in base radix, in decreasing order of significance (big-endian order). Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.