Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1val active = users.filter { it.isActive }.map { it.copy(name = it.name.uppercase()) }
2val byEmail = active.associateBy { it.email }
3println(byEmail.size)
+ 29 more — keep typing to narrow
Keep going