carbon ~master (2016-11-08T03:28:07Z)
Home
Dub
Repo
FuncAttr.isProperty
carbon
traits
FuncAttr
true if func is property
struct
FuncAttr
static
template
isProperty (
func
...
)
if
(
func
.
length
== 1 &&
isCallable
!
func
) {
enum
isNothrow
;
}
Meta
Source
See Implementation
carbon
traits
FuncAttr
templates
isNothrow
isProperty
isPure
isRef
isTrusted
true if func is property