I don't really know what `std::function` is, but one thing I can help with - 
Nim closures are stored internally as a object with two fields: pointer to the 
procedure itself, and pointer to the environment.

Reply via email to