Converts a StaticArray to number
the type of the number result (it must be an integer type, such as i32, u32, i64, or u64)
the array to convert
the converted number
Won't compile if the type param is not an integer.
isInteger
Generated using TypeDoc
Converts a StaticArray to number