toValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Value toValue(T v)
  2. Value toValue(T v, ValueFormat valueFormat)
    @safe @trusted
    Value
    toValue
    (
    T
    )
    (
    T v
    ,
    ValueFormat valueFormat = ValueFormat.BINARY
    )
    if (
    is(T == string)
    )
  3. Value toValue(T v)
  4. Value toValue(T v)

Meta