https://issues.dlang.org/show_bug.cgi?id=15863
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #2 from Martin Nowak <[email protected]> --- You can use takeExactly for this. http://dlang.org/phobos/std_range.html#.takeExactly --- aa.byKey.takeExactly(aa.length) aa.byValue.takeExactly(aa.length) --- --
