oleiade / lane

Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go
https://pkg.go.dev/github.com/oleiade/lane#pkg-types
MIT License
878 stars 76 forks source link

how to loop a queue #18

Open windzhu0514 opened 7 years ago

windzhu0514 commented 7 years ago

when i loop a queue to filter element ,it can't do it. so i think you should add the loop function