writeArrayCount static method

Tuple2<Uint8List, int> writeArrayCount(
  1. Uint8List output,
  2. List elements,
  3. int count,
  4. int currentPos, [
  5. dynamic accessor,
])

Implementation

static Tuple2<Uint8List, int> writeArrayCount(Uint8List output, List elements, int count, int currentPos, [dynamic accessor]) {
  return writeArrayImpl(output, elements, count, currentPos, accessor);
}