sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
accept
util
visitor
Undocumented in source. Be warned that the author may not have intended to support it.
auto
accept
(T t, V visitor)
auto
accept
(T t, V visitor)
auto
accept
(
T
V
)
(
T
t
,
V
visitor
)
if
(
(
is
(
V
== class) ||
is
(
V
== interface)
)
&&
(
is
(
T
== class) ||
is
(
T
== interface)
)
)
Meta
Source
See Implementation
util
visitor
functions
accept
dispatch