Name a phobos function!
Paul Backus
snarwin at gmail.com
Mon Mar 15 20:39:01 UTC 2021
On Monday, 15 March 2021 at 17:09:56 UTC, H. S. Teoh wrote:
> On a more general note, I wonder if there's an overarching or
> unifying theme between the current range-splitting functions,
> of which we have quite a variety:
>
> - std.range.chunks
> - std.algorithm.group
> - std.algorithm.splitter
> - std.algorithm.chunkBy (no thanks to yours truly ;-))
> - Now being proposed: splitBy / splitWhen
`std.algorithm.group` does not belong in this list--it is
actually a variant of `std.algorithm.uniq`.
One of the top candidates for "most misleading name in Phobos,"
if you ask me. :)
More information about the Digitalmars-d
mailing list