We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750da51 commit 680ea03Copy full SHA for 680ea03
docs/_docs/reference/other-new-features/matchable.md
@@ -12,7 +12,7 @@ The Scala 3 standard library has a type [`IArray`](https://scala-lang.org/api/3.
12
arrays that is defined like this:
13
14
```scala
15
- opaque type IArray[+T] = Array[_ <: T]
+ opaque type IArray[+T] = Array[? <: T]
16
```
17
18
The `IArray` type offers extension methods for `length` and `apply`, but not for `update`; hence it seems values of type `IArray` cannot be updated.
0 commit comments