add missing PartialOrd impl doc for array
This commit is contained in:
parent
80399064af
commit
533add895c
@ -360,6 +360,7 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Implements comparison of arrays [lexicographically](Ord#lexicographical-comparison).
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
impl<T: PartialOrd, const N: usize> PartialOrd for [T; N] {
|
impl<T: PartialOrd, const N: usize> PartialOrd for [T; N] {
|
||||||
#[inline]
|
#[inline]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user