painlesstraits ~master (2016-11-09T02:21:20Z)
Home
Dub
Repo
hasAnnotation.hasMatch
painlesstraits
hasAnnotation
Undocumented in source.
template
hasAnnotation
(alias f, alias Attr)
template
hasMatch (
alias
attr
) {
alias
hasMatch
=
Identity
!(
is
(
typeof
(
attr
) ==
Attr
) ||
is
(
attr
==
Attr
))
;
alias
hasMatch
=
Identity
!(
is
(
attr
==
Attr
))
;
}
Members
Aliases
hasMatch
alias
hasMatch
=
Identity
!(
is
(
typeof
(
attr
) ==
Attr
) ||
is
(
attr
==
Attr
))
Undocumented in source.
hasMatch
alias
hasMatch
=
Identity
!(
is
(
attr
==
Attr
))
Undocumented in source.
Meta
Source
See Implementation
painlesstraits
hasAnnotation
aliases
allAnnotations
templates
hasMatch
variables
hasAnnotation
Undocumented in source.