Skip to content

Commit

Permalink
Update library/src/scala/NamedTuple.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha authored Jun 13, 2024
1 parent cf2745d commit 6af7022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/scala/NamedTuple.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ object NamedTuple:

extension [N <: Tuple, V <: Tuple](x: NamedTuple[N, V])

// ALL METHODS DEPENDING ON `toTuple` MUST BE EXPORTED FROM `NamedTupleDecomposition`
/** The underlying tuple without the names */
inline def toTuple: V = x

Expand Down

0 comments on commit 6af7022

Please sign in to comment.