tobuint

Function tobuint 

Source
pub fn tobuint<Coor>(x: Coor) -> BigUint
where Coor: Unsigned, BigUint: From<Coor>,
Expand description

A convenience function for converting primitive values to BigUints. Will fail to compile if called with a literal that’s not explicitly declared as unsigned.

Unavailable if compiled with no_std.