indexOf.index

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

Meta