⚠ Internal Docs ⚠Not Public APIOfficial Docs Here
trait SliceOrd: Sized { // Required method fn compare(left: &[Self], right: &[Self]) -> Ordering; }