SingleValueParams.deserializeFromIon

Undocumented in source. Be warned that the author may not have intended to support it.
mixintemplate SingleValueParams(T, string valueName = "value")
@safe pure scope
IonException
deserializeFromIon
(
scope const char[][] symbolTable
,
IonDescribedValue fullValue
)
if (
!is(T == struct) &&
!is(T == Dummy[string],
Dummy
)
)

Meta