BoundsChecker constructor
Constructs a BoundsChecker for the given length.
- length: The length of the array.
- debugName: Optional name for debugging purposes.
Implementation
const BoundsChecker(this._length, {String debugName = 'Unnamed'})
    : _debugName = debugName;