What i struggle with is passing a function to run with arbritary number of parameters/return types. These generic trait definitions seem a bit cryptic and hard. Not sure if the current approach is good enough. One could borrow by using a move || {} though.
A first functional draft for #12.
What i struggle with is passing a function to
run
with arbritary number of parameters/return types. These generic trait definitions seem a bit cryptic and hard. Not sure if the current approach is good enough. One could borrow by using amove || {}
though.