slice 方法

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

实现

SharedArrayBuffer slice([int? begin, int? end]) native;