Converts an integral number to a static or dynamic array of ubyte.
int num = 10; ubyte[4] bytes = num.to!( ubyte[4] );
See Implementation
Tony J. Hudgins
Copyright © 2019, Tony J. Hudgins
MIT
Converts an integral number to a static or dynamic array of ubyte.