_Property.get_t

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

Meta