NamedType.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opUnary()
  2. auto opUnary()
    struct NamedType(T, TagT = Tag!(T.stringof), T init = T.init, TraitsT...)
    static if(!(is(Tr == Comparable)))
    static if(!(is(Tr == Hashable)))
    static if(!(is(Tr == Incrementable)))
    static if(is(Tr == Decrementable))
    opUnary
    (
    string op
    )
    ()
    if (
    op == "--"
    )
    if (
    is(TagT : Tag!U, )
    )

Meta