universal v0.1.1 (2020-08-30T22:03:12Z)
Dub
Repo
canMatch.tryPattern
universal
core
match
canMatch
canMatch
Undocumented in source.
template
canMatch
(A...)
template
tryPattern (
uint
i
) {
static if
(
__traits(compiles, apply!(funcs[i])(A.init))
)
enum
tryPattern
;
static if
(!(
__traits(compiles, apply!(funcs[i])(A.init))
))
enum
tryPattern
;
}
Members
Manifest constants
tryPattern
enum
tryPattern
;
Undocumented in source.
tryPattern
enum
tryPattern
;
Undocumented in source.
Meta
Source
See Implementation
universal
core
match
canMatch
canMatch
aliases
funcs
names
functions
canMatch
templates
tryPattern