refListShort method

Pointer<Short> refListShort(
  1. List<num> y, [
  2. String? x
])

Implementation

Pointer<Short> refListShort(List<num> y, [String? x]) => rl.Temp.Short$.Array(y, key: x);