MapSetVisitor.transform

Apply a function over every possible value of the given variable, without resolving it (unless it's already resolved).

struct MapSetVisitor(A, V)
void
transform
(,
scope void delegate
(
ref V value
)
fun
)

Meta