[Issue 12062] std.range.flatten

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 27 02:39:08 PST 2016


https://issues.dlang.org/show_bug.cgi?id=12062

greenify <greeenify at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from greenify <greeenify at gmail.com> ---
I guess it's not well known, but `joiner` without arguments behaves like
`flatten`:

https://dlang.org/phobos/std_algorithm_iteration.html#.joiner

It just flattens one dimensions though.

--


More information about the Digitalmars-d-bugs mailing list