[][src]Function morton_encoding::tobuint

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

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.