Example #1
0
 protected internal override short _GetShortLE(int index) => HeapByteBufferUtil.GetShortLE(this.array, index);
Example #2
0
 protected internal override short _GetShortLE(int index) => HeapByteBufferUtil.GetShortLE(this.Memory, this.Idx(index));