yeah, and when you get confused because you go onl...
# random
k
yeah, and when you get confused because you go online and see example code that's two layers deep in `.let`s or `.apply`s or stdlib collections methods, and cmd+click gives you
Copy code
public inline fun <T> Iterable<T>.filter(predicate: (T) -> Boolean): List<T> {
    return filterTo(ArrayList<T>(), predicate)
}
, are you going to keep going 3 layers deeper or just sit there frustrated?