[Issue 17189] New: Include byPair in the associative array document

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 15 21:39:00 PST 2017


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

          Issue ID: 17189
           Summary: Include byPair in the associative array document
           Product: D
           Version: D2
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: yshuiv7 at gmail.com

byPair wraps around byKeyValue, and conveniently returns a range of Tuples from
a associative array. But it's not mentioned anywhere on this page:

https://dlang.org/spec/hash-map.html

--


More information about the Digitalmars-d-bugs mailing list