lengthPrefixed static method

Uint8List lengthPrefixed(
  1. Iterable<Uint8List> fields
)

Implementation

static Uint8List lengthPrefixed(Iterable<Uint8List> fields) =>
    PqBytes.lengthPrefixed(fields);