Skip to content

Commit 5f07a17

Browse files
committed
Add documentation
1 parent 33d7e96 commit 5f07a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src-3.x/dotty/DottyPredef.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ object DottyPredef {
4141
/** Creates a tupled version of this function: instead of N arguments,
4242
* it accepts a single [[scala.Tuple]] argument.
4343
*
44+
* This is a generalization of [[scala.FunctionN.tupled]] that work on functions of any arity
45+
*
4446
* @tparam F the function type
4547
* @tparam Args the tuple type with the same types as the function arguments of F
4648
* @tparam R the return type of F

0 commit comments

Comments
 (0)