-
Couldn't load subscription status.
- Fork 18
Closed
Description
I have found this little helper (courtesy of Rob) to be very useful. Especially when you enable compiler options like -Wvalue-discard or -Wunused:implicits (and friends)
@inline final def void(args: Any*): Unit = (args, ())._2While adding this into all of my projects is not really "painful" I would like if this would be part of Predef.
So I thought this would be the right place to start a discussion about if it would be worth it to add it; and if such addition could be done here until 3.1?
Metadata
Metadata
Assignees
Labels
No labels