Returns the serialized byte length of input.
input
@override int size( final List<T> input, ) => input.fold(ByteLength.u32, (total, item) => total + subtype.size(item));