[][src]Module epilog::unify

Re-exports

pub use crate::uresult::prelude::*;
pub use crate::sub::CowSub;
pub use crate::sub::Sub;

Macros

Eq

Derive macro generating an impl of the trait Eq.

Hash

Derive macro generating an impl of the trait Hash.

Structs

HashMap

A hash map implemented with quadratic probing and SIMD lookup.

Enums

Cow

A clone-on-write smart pointer.

Traits

Eq

Trait for equality comparisons which are equivalence relations.

Hash

A hashable type.

Unify