bolts ~master (2020-08-17T07:19:44Z)
Dub
Repo
isProperty.isProperty
bolts
traits
symbols
isProperty
Undocumented in source.
enum
isProperty
;
template
isProperty
(alias sym)
static if
(
isFunction!sym
)
enum
isProperty
=
[
__traits
(
getFunctionAttributes
,
sym
)].
canFind
(
"@property"
)
;
enum
isProperty
;
Meta
Source
See Source File
bolts
traits
symbols
isProperty
manifest constants
isProperty