toYAMLNode

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

Meta