Append array s to the buffer.
If const(T) can be converted to T, then put will accept const(T)[] as input. It will accept a T[] otherwise.
See Implementation
Append array s to the buffer.
If const(T) can be converted to T, then put will accept const(T)[] as input. It will accept a T[] otherwise.