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