indexOf.next

Undocumented in source.
template indexOf(alias Pred, args...)
@safe nothrow
static if(args.length > 0)
static if(!(Pred!(args[0])))
enum next = indexOf!(Pred, AliasSeq!(args[1..$])).index;

Meta