Rust reflection and a multi-array list

Rust is experimenting with compile-time reflection in the form of type_info (Tracking issue #146922).
It’s far from finished, but the other day more than a month ago1 the pull request for Support ADT types in type info reflection landed.
With that PR the … Read more

Similar