UniNodeImpl.opt

Convert UniNode to optional primitive type

  1. Nullable!(const(T)) opt()
  2. Nullable!(T) opt()
    struct UniNodeImpl(Node)
    pure nothrow @safe
    Nullable!(T)
    opt
    (
    T
    )
    ()

Meta