toYAMLNode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Node toYAMLNode(T array)
  2. Node toYAMLNode(T associativeArray)
    @safe
    Node
    toYAMLNode
    (
    T
    )
    ()
    if (
    isAssociativeArray!T
    )
  3. Node toYAMLNode(T obj)

Meta