Skip to content

Commit

Permalink
Redesign std::iter::Step
Browse files Browse the repository at this point in the history
Remove the unused replace_one and replace_zero,
and rename methods to make Step about succ/pred operations.
The primary api is still forward (succ_n) and backward (pred_n),
but we provide stepwise methods for optimization purposes.
  • Loading branch information
CAD97 committed Feb 4, 2020
1 parent 39e3eed commit d89e4e2
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 234 deletions.
Loading

0 comments on commit d89e4e2

Please sign in to comment.