match.match

Undocumented in source. Be warned that the author may not have intended to support it.
template match(handlers...)
match
(
T
)
(
auto ref T obj
)
if (
is(T == class) ||
is(T == interface)
)

Meta