Returns underlying bytes. MAY LEAK REFERENCES
immutable ubyte[1] check = [13]; IMemStream m; m.put!ubyte(13); assert(check == m.peekBytes);
See Implementation
Returns underlying bytes. MAY LEAK REFERENCES