num::bigint::BigDigit
[−]
[src]
type BigDigit = u32;
A BigDigit
is a BigUint
's composing element.
type BigDigit = u32;
A BigDigit
is a BigUint
's composing element.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).