Closed
Description
The stringPrefix
method is mentioned in this page: https://docs.scala-lang.org/overviews/collections-2.13/trait-iterable.html
However, when I open a specific API page like Iterable
, I can't find this method. Also in the REPL, I can't invoke this method.
A related issue, when I search "stringPrefix" I can see it in the searching result page of API Doc, but when I open a specific trait/class API page, I can't find it.