operator <= method

SpaceBuffer operator <=(
  1. String s
)

Implementation

SpaceBuffer operator <=(String s) {
  this << s;
  return this;
}