Move priority queue to pq
package; improve docs.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Package circ implements a circular FIFO buffer.
|
||||
package circ
|
||||
|
||||
// B is a generic, non-concurrent circular FIFO buffer.
|
||||
// B is a circular FIFO buffer.
|
||||
type B[T any] struct {
|
||||
buf []T
|
||||
len int
|
||||
|
Reference in New Issue
Block a user