Join Slack
Powered by
with the extension infix function ``` infix fun &...
# language-proposals
g
groostav
06/28/2016, 7:25 AM
with the extension infix function
Copy code
infix fun <T> Collection<T>.by(equalityComparator: (T, T) -> Boolean) : Collection<T> {
Open in Slack
Previous
Next