<@U0BHS1Y07>: I don’t see how would I use it insid...
# announcements
m
@voddan: I don’t see how would I use it inside of a lambda. What I would like to do is something like:
Copy code
array.map{ x: (String -> Int) -> 
    x -> x.length 
}