refSizedUInt8 method

Pointer<Uint8> refSizedUInt8(
  1. int count, [
  2. String? x
])

Implementation

Pointer<Uint8> refSizedUInt8(int count, [String? x]) => refLitSized(count, x, rl.Temp.UInt8$.At);