Function BufferedOutputRange.this

Constructs a BufferedOutputRange which writes to oRange in batches up to bufSize.

this (
  ORangeT oRange,
  size_t bufSize
);