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 53f2a16 commit 98692f8Copy full SHA for 98692f8
library/src/scala/NamedTuple.scala
@@ -31,7 +31,7 @@ object NamedTuple:
31
import NamedTupleDecomposition.{Names, DropNames}
32
export NamedTupleDecomposition.{
33
Names, DropNames,
34
- apply, size, init, head, last, tail, take, drop, splitAt, ++, map, reverse, zip, toList, toArray, toIArray
+ apply, size, init, head, last, tail, take, drop, splitAt, ++, map, reverse, zip, toList, toArray, toIArray, toMap
35
}
36
37
extension [N <: Tuple, V <: Tuple](x: NamedTuple[N, V])
0 commit comments