September 03, 2014
https://issues.dlang.org/show_bug.cgi?id=13419

          Issue ID: 13419
           Summary: code cleanup in std.uni: removing "comma expressions"
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: Phobos
          Assignee: nobody@puremagic.com
          Reporter: ketmar@ketmar.no-ip.org

Created attachment 1412
  --> https://issues.dlang.org/attachment.cgi?id=1412&action=edit
removing comma-expressions in std.uni

this removes all "return n, b" abominations in std.uni. no other phobos or druntime sources has that.

--