Skip to content

Move std::reflection into std::mirror

Yorick Peterse requested to merge merge-reflection-and-mirror into master

This moves all code from std::reflection into std::mirror, finally removing the need for the two separate modules. We also renamed kind_of? to implements_trait?, and implemented both it and instance_of? in pure Inko. This in turn allows us to remove some specialised VM instructions.

Fixes #153 (closed)

Merge request reports