Is there a better way to search the standard library than the search bar here: https://kotlinlang.org/api/latest/jvm/stdlib/?
That search bar is a fuzzy search of the full documentation site, and doc pages tend to dominate the results.
I really just want to find classes and member functions.
j
Joffrey
11/23/2021, 9:28 PM
I usually use Google with "kotlin <function name>" :D