Open
Description
This is not a bug, an inconsistent feature and a trivial 'enhancement' proposal.
Reproduction steps
Scala version: 2.13.10
All views in View
corresponding to various IterableOps
and IterableOnce
methods are public, with an exception of Patched
.
Shouldn't it be public like the rest o them?
Apologies if there is a good reason for things being this way, but I was unable to discern it, and it seems like an oversight.