match

Undocumented in source.
template match(handlers...)
match
(
T
)
(
auto ref T obj
)
if (
is(T == class) ||
is(T == interface)
)

Members

Functions

match
MatchReturnType!handlers match(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta