ae v0.0.2845 (2020-11-29T12:45:19Z)
Home
Dub
Repo
AutoToString
ae
utils
autodata
Undocumented in source.
template
AutoToString () {
static if
(
is(typeof(this) == class)
)
string
toString
();
static if
(!(
is(typeof(this) == class)
))
string
toString
();
string
_AutoDataToString
();
}
Members
Functions
_AutoDataToString
string
_AutoDataToString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
autodata
functions
addAutoField
structs
CmpDataHandler
EqualsDataHandler
HashDataHandler
ToStringDataHandler
templates
AutoCompare
AutoToString
ProcessAllData
RawDataHandlerWrapper