operator <= method

Box operator <=(
  1. Box box
)

Alternative of take.

Implementation

Box operator <=(Box box) => take(box);