Trying to figure out how to do partial function application in Godot. Apparently, Godot has support for lambda functions:
I used this accordingly to partially apply a function:
Trying to figure out how to do partial function application in Godot. Apparently, Godot has support for lambda functions:
I used this accordingly to partially apply a function: