Add overload for array.range() method.
This oveload takes only 2 parameters and snapshots the entire range immediately. Return value is slice<pointer> instead of slice<range_snapshotting_iterator<T>>. This change reduces overhead of moving iterators in case where entire range is snapshotted.
parent
c3145a5b
Please register or sign in to comment