ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
AutoToString
ae
utils
autodata
Automatically implements
toString
using
processData
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
()
Meta
Source
See Implementation
ae
utils
autodata
functions
addAutoField
structs
_CmpDataHandler
_EqualsDataHandler
_HashDataHandler
_ToStringDataHandler
templates
AutoCompare
AutoToString
ProcessAllData
_RawDataHandlerWrapper
Automatically implements toString using processData