You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crate itertools implements a lot of useful and often essential algorithms based on pattern iterator, extending STD.
Why is it not part of STD?
Is there reason why it should be not a part of STD?
Is that harmful to have in STD something what is not totally necessary?