variantconfig

Undocumented in source.

Public Imports

std.variant
public import std.variant;
Undocumented in source.

Members

Functions

toBool
bool toBool(Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
toDouble
double toDouble(Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
toInt
int toInt(Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
toLong
long toLong(Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
toReal
real toReal(Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
toStr
string toStr(Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

VariantConfig
struct VariantConfig
Undocumented in source.

Meta