pub trait Kind: Sealed { }
Expand description

The binary heap kind: min-heap or max-heap

Implementors