tryMatch.tryMatch

The actual tryMatch function.

template tryMatch(handlers...)
version(D_Exceptions)
ref
tryMatch
(
SumTypes...
)
(
auto ref SumTypes args
)
if (
allSatisfy!(isSumType, SumTypes) &&
args.length > 0
)

Parameters

args SumTypes

One or more SumType objects.

Meta