List<int> encode(
List<int> input
)

Not documented.

Source

T encode(S input) => encoder.convert(input);