orange ~master (2020-03-21T19:05:30Z)
Home
Dub
Repo
getAttributes.FilteredAttrs
orange
core
Attribute
getAttributes
Undocumented in source.
alias
FilteredAttrs
=
Attrs
template
getAttributes
(alias symbol, bool includeNonAttributes = false)
static if
(!(
!__traits(compiles, __traits(getAttributes, symbol))
))
static if
(
includeNonAttributes
)
alias
FilteredAttrs
=
Attrs
alias
FilteredAttrs
=
Filter
!(
isAttribute
,
Attrs
)
Meta
Source
See Implementation
orange
core
Attribute
getAttributes
aliases
Attrs
FilteredAttrs
getAttributes