reduce static method

void reduce(
  1. Uint8List r
)

Implementation

static void reduce(Uint8List r) {
  _reduce(r);
}