February 19, 2017
https://issues.dlang.org/show_bug.cgi?id=17202

          Issue ID: 17202
           Summary: std.functional: partialRight
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: greeenify@gmail.com

like partial, but bind to the last parameter of the function

--