keen/col/mut-deque
Sourcemut-deque[t] record (has private fields)Mutable double-ended queue.
peek-left[t] t option(a t mut-deque)Returns the leftmost element without removing it. Returns an empty option if
a is-empty.peek-right[t] t option(a t mut-deque)Returns the rightmost element without removing it. Returns an empty option if
a is-empty.