pub fn tobuint<Coor>(x: Coor) -> BigUintExpand 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.