viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.analysis
/
descendantsIsInstance
descendants
Is
Instance
inline
fun
<
T
:
Node
>
Node
.
descendantsIsInstance
(
)
:
Sequence
<
T
>
Returns all instances of
T
contained in
this
node (which may include
this
node).