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