toYAMLNode

Convert a struct or class of type T to a D-YAML Node

  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