Module konst::cmp

source ·
Available on crate feature cmp only.
Expand description

Comparisong-related items.

Re-exports§

Structs§

  • A wrapper type for std types, which defines const_eq and const_cmp methods for them.
  • Hack used to automatically wrap standard library types inside CmpWrapper, while leaving user defined types unwrapped.

Traits§