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)
  3. Node toYAMLNode(T obj)
    @safe
    Node
    toYAMLNode
    (
    T
    )
    (
    in ref T obj
    )
    if (
    is(T == struct) ||
    is(T == class)
    )

Meta