go-datastructures icon indicating copy to clipboard operation
go-datastructures copied to clipboard

q.Get error, runtime error: hash of unhashable type

Open ooepay opened this issue 6 years ago • 0 comments

q := queue.NewPriorityQueue(1, true) q.Put(buffersItem{data, priority}) result, err := q.Get(1)

ooepay avatar Mar 12 '19 06:03 ooepay