fibonacci_like

Type Alias Number

Source
pub type Number = BigInt;
Expand description

The number return type

Will be either num_bigint::BigInt or i128 based on whether the big-int feature is enabled or not

Aliased Typeยง

struct Number { /* private fields */ }