Thunks
Documentation for Thunks.
Thunks.reify
โ Methodreify(thunk::Thunk)
Reify a thunk into a value.
Walk through the thunk's arguments, recursively evaluating each one, and then evaluating the thunk's function with the evaluated arguments.
Thunks.thunkify
โ MethodTurn expression into a thunk. Supports :call, :(=), :block.