take method

LQB take(
  1. int count
)

Implementation

LQB take(int count) {
  return this.limit(count);
}