diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
HandleField
diamond
core
traits
Mixin template to handle a specific field of a fieldname collection.
mixin template
HandleField (
T
string
[]
fieldNames
string
handler
) {
import
std
.
array
:
replace
;
;
string
handle
();
}
Members
Functions
handle
string
handle
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
diamond
core
traits
functions
createEnumAlias
mixin templates
HandleField
HandleFields
Mixin template to handle a specific field of a fieldname collection.