Skip to content
  • Yorick Peterse's avatar
    Move std::reflection into std::mirror · b3c7e36f
    Yorick Peterse authored
    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
    b3c7e36f