slice property

BigUint64Array Function([num?, num?]) get slice

Implementation

_i3.BigUint64Array Function([
  _i2.num?,
  _i2.num?,
]) get slice => ([
      _i2.num? p0,
      _i2.num? p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'slice',
          ),
          r'call',
          [
            this,
            p0 ?? _i4.undefined,
            p1 ?? _i4.undefined,
          ],
        );
set slice (BigUint64Array value([num?, num?]))

Implementation

set slice(
    _i3.BigUint64Array Function([
      _i2.num?,
      _i2.num?,
    ]) value) {
  _i5.setProperty(
    this,
    'slice',
    _i5.allowInterop(value),
  );
}