std::cmp

This module provides the ability to order and compare data.

This module defines both PartialOrd (overloads <<=>, and >=) and PartialEq traits (overloads == and !=) .

Structs, Traits, and Enums: Enum Ordering, traits Eq (equality comparisons), Ord (total order), PartialEq (partial equality relations), PartialOrd (values that can be compared for a sort-order) .

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset