property_parts.SetterFn

Undocumented in source.
struct property_parts(alias p, string _mode)
static if(_mode == "" || countUntil(_mode, "w") != -1)
static if(!(_mode == "" && Setters.length == 0))
alias SetterFn = Setters[0]

Meta