property_parts.getter_type

Undocumented in source.
struct property_parts(alias p, string _mode)
static if(_mode == "" || countUntil(_mode, "r") != -1)
static if(!(_mode == "" && Getters.length == 0))
alias getter_type = typeof(&GetterFn)

Meta