☰
Kind
Implementors
In arduboy_rust::heapless::binary_heap
?
Trait
arduboy_rust
::
heapless
::
binary_heap
::
Kind
source
·
[
−
]
pub trait Kind: Sealed { }
Expand description
The binary heap kind: min-heap or max-heap
Implementors
§
source
§
impl
Kind
for
Max
source
§
impl
Kind
for
Min