MCPcopy Create free account
hub / github.com/douchuan/algorithm / Color

Enum Color

src/tree/binary/node.rs:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[derive(Copy, Clone, Eq, PartialEq)]
16pub enum Color {
17 Red,
18 Black,
19}
20
21pub struct Node<K, V> {
22 pub key: K,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected