_Property.set_t

Undocumented in source.
template _Property(alias fn, string pyname, string _mode, string docstring)
static if(!(parts.isproperty))
static if(countUntil(parts.mode, "w") != -1)
alias set_t = parts.setter_type

Meta