Immutable queues that do structural sharing are co...
# stdlib
r
Immutable queues that do structural sharing are common in other langs http://www.scala-lang.org/api/2.12.0/scala/collection/immutable/Queue.html The impl is not huge but I'd like to avoid porting it if there is one somewhere in Kotlin land already