Is there a better way to search the standard library than the search bar here: <https://kotlinlang.o...
s
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
I usually use Google with "kotlin <function name>" :D