We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849d4b8 commit 9833027Copy full SHA for 9833027
README.md
@@ -141,7 +141,7 @@ We would like to see if the following can be done:
141
142
## Native Language capabilities
143
144
-| Language | Type id | Subtype check | Macros/CSE |
+| Language | Run-time Type Id | Run-time Subtype check | Macros/CSE |
145
|----------|-------------------|------------|----------|
146
| **Scala** | ❌⚠️ [Scala 2 only](https://www.scala-lang.org/api/2.13.x/scala-reflect/scala/reflect/api/TypeTags.html) | ❌⚠️ Scala 2 Only | ✅ [AST-level](https://docs.scala-lang.org/overviews/macros/overview.html) |
147
| **Rust** | ✅ [TypeId](https://doc.rust-lang.org/std/any/struct.TypeId.html) | ❌ | ⚠️ [Token-stream](https://doc.rust-lang.org/reference/procedural-macros.html) |
0 commit comments