enqueue

fun enqueue(value: Int)(source)

Enqueues value at the end (queue-style). Alias for addLast.