fn uint32(input: u32) u32
[src]
This is handy if you have a u32 and want a u32 and don’t want to take a detour through many layers of abstraction elsewhere in the std.hash namespace. Copied from https://nullprogram.com/blog/2018/07/31/
fn uint32(input: u32) u32
This is handy if you have a u32 and want a u32 and don’t want to take a detour through many layers of abstraction elsewhere in the std.hash namespace. Copied from https://nullprogram.com/blog/2018/07/31/