toYAMLNode

Convert an associative array of type T to a D-YAML Node

  1. Node toYAMLNode(T array)
  2. Node toYAMLNode(T associativeArray)
    @safe
    Node
    toYAMLNode
    (
    T
    )
    ()
    if (
    isAssociativeArray!T
    )
  3. Node toYAMLNode(T obj)

Meta