The following code crashes with `TypeError: allocator undefined for Enumerator::ArithmeticSequence`: ```ruby (1..1000).step(10).tqdm ``` Would it be reasonable to special-case some enumerators to avoid cloning?