pub fn ruma_from_usize(val: usize) -> UInt
Converts a usize to a Matrix unsigned integer.
usize
The conversion is exact. It panics if the value exceeds the range supported by [ruma::UInt].
ruma::UInt