This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun <T> MutableSet<T>.pop(numToPop: Int): List<T> = this.take(numToPop).also { it.map { valueToRemove -> this.remove(valueToRemove) } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Devoted 30 does not track any user information nor does it have any internet communication. |