Struct linked_vector::HNode
source · pub struct HNode(_, _);
Expand description
A handle to a node within a LinkedVector
. Internally, it holds an index
into the vector holding the LinkedVector’s nodes.
pub struct HNode(_, _);
A handle to a node within a LinkedVector
. Internally, it holds an index
into the vector holding the LinkedVector’s nodes.