Y
Hacker News
new
|
ask
|
show
|
jobs
by
Veedrac
3490 days ago
In Rust, each closure has a unique type, and derived expressions are templated on that type. This is key to making them statically dispatched, which is important for making the base case (sequential) fast.