MapSetVisitor.injectiveTransform

Apply a function over every possible value of the given variable, without resolving it (unless it's already resolved). The function is assumed to be injective (does not produce duplicate outputs for distinct inputs).

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

Meta