UniNodeImpl.opt

Convert UniNode to optional primitive type

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

Meta