deserializeToml

Undocumented in source.
  1. void deserializeToml(T value, const(char)[] data)
    template deserializeToml(T)
    void
    deserializeToml
    (
    scope ref T value
    ,
    scope const(char)[] data
    )
  2. T deserializeToml(const(char)[] data)

Members

Functions

deserializeToml
void deserializeToml(T value, const(char)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeToml
T deserializeToml(const(char)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta