DListIterator.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opDispatch(ARGS args)
  2. auto opDispatch(ARGS args)
  3. auto opDispatch(ARGS args)
    struct DListIterator(T)
    version(!none && all)
    opDispatch
    (
    string op
    ARGS...
    )
    (
    auto ref ARGS args
    )
    if (
    ARGS.length > 1
    )

Meta