skip method

LQB skip(
  1. int count
)

Implementation

LQB skip(int count) {
  return this.offset(count);
}