indexOf.index

Undocumented in source.
  1. enum index;
  2. enum index;
    template indexOf(alias Pred, args...)
    @safe nothrow
    static if(args.length > 0)
    static if(!(Pred!(args[0])))
    enum index = (next == -1) ? -1 : 1 + next;
  3. enum index;

Meta