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

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Nick Treleaven <[email protected]> ---
Alternatively we could use std.range.enumerate with minPos. minPos could take a
unary map function like minElement does:

auto index = range.enumerate.minPos!`a.value`.front.value;

--

Reply via email to