4 lines
85 B
Go
4 lines
85 B
Go
|
package priority_queue
|
||
|
|
||
|
var intDescending = func(t1, t2 int) bool { return t1 < t2 }
|