yurai ~master (2022-05-09T17:34:28.3517347)
Dub
Repo
HandleField
yurai
core
meta
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
yurai
core
meta
mixin templates
HandleField
HandleFields
templates
ArrayElementType
Mixin template to handle a specific field of a fieldname collection.