limit method

Limit limit(
  1. int i
)

Implementation

Limit limit(int i) => Limit(this, i);