slice method

JSUint8Array slice(
  1. int begin, [
  2. int? end
])

Implementation

external JSUint8Array slice(int begin, [int? end]);