Heap

Trait Heap 

Source
pub trait Heap<T>: AsRef<[T]> + AsMut<[T]> { }
Expand description

A heap memory.

Implementations on Foreign Types§

Source§

impl<T> Heap<T> for &mut [T]

Source§

impl<T, const N: usize> Heap<T> for [T; N]

Implementors§