Constructs new output memory stream from data
ubyte[4] data = [0, 0, 0, 0]; const stream = OMemStream(data);
See Implementation
Constructs new output memory stream from data