Commit 9358b3de authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment