Module len

Source

Structsยง

MaxLen
MaxLen is an iterator that imposes a maximum length on iterator splits. This struct is created by the with_max_len() method on IndexedParallelIterator
MaxLenProducer ๐Ÿ”’
MinLen
MinLen is an iterator that imposes a minimum length on iterator splits. This struct is created by the with_min_len() method on IndexedParallelIterator
MinLenProducer ๐Ÿ”’