On Mon, 15 Apr 2013 01:52:33 +0200 "Idan Arye" <[email protected]> wrote: > but I don't really know > where to put it. None of the existing modules seems fit, and I > don't want to open a new module(std.monad?) for a single function. > > Any suggestions?
I'm not a Phobos dev, but I think std.algorithm would be the right place. You can always just pick a spot, make a pull request, and if there's a better place then people can just say so in the pull request's discussion and then you can move it.
