Put an element of type T into the stream
IMemStream m; m.put!ubyte(13); m.put!int(1_333_333); m.put!double(0.31);
See Implementation
Put an element of type T into the stream