dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
tryMatch.tryMatch
sumtype
tryMatch
The actual
tryMatch
function.
template
tryMatch
(handlers...)
version(D_Exceptions)
ref
auto ref
tryMatch
(
SumTypes
...
)
(
auto
ref
SumTypes
args
)
if
(
allSatisfy
!(
isSumType
,
SumTypes
) &&
args.length
> 0
)
Parameters
args
SumTypes
One or more
SumType
objects.
Meta
Source
See Implementation
sumtype
tryMatch
functions
tryMatch
The actual tryMatch function.