Skip to main content

usize_from_ruma

Function usize_from_ruma 

Source
pub fn usize_from_ruma(val: UInt) -> usize
Expand description

Converts a Matrix unsigned integer to usize.

The conversion is exact. It panics if the value exceeds the platform’s usize range.