FixedSizeQueue.FixedSizeQueue

Undocumented in source.
template FixedSizeQueue(T)
alias FixedSizeQueue = QueueImpl!(T, OverflowPolicy.CRASH)

Meta