PropertyType.PropertyType

Undocumented in source.
  1. alias PropertyType = ReturnType!x
    template PropertyType(alias x)
    static if(is(typeof(x) == function))
    alias PropertyType = ReturnType!x
  2. alias PropertyType = typeof(x)

Meta