carbon v1.8.0 (2018-09-02T09:54:37Z)
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
) {
static
enum
isNothrow
;
}
Members
Static variables
isNothrow
enum
isNothrow
;
Undocumented in source.
Meta
Source
See Implementation
carbon
traits
FuncAttr
templates
isNothrow
isProperty
isPure
isRef
isTrusted
true if func is property