UniTree.opt

Convert UniNode to optional primitive type

  1. Nullable!(const(T)) opt()
    struct UniTree
    const pure @safe
    Nullable!(const(T))
    opt
    (
    T
    )
    ()
  2. Nullable!(T) opt()
  3. Nullable!(const(T)) opt(string path)
  4. Nullable!(T) opt(string path)

Meta