polars_
utils
0.44.2
Sorted
Slice
Required Methods
is_sorted_ascending
Implementations on Foreign Types
[T]
Implementors
In polars_
utils::
slice
polars_utils
::
slice
Trait
SortedSlice
Copy item path
Source
pub trait SortedSlice<T> { // Required method fn
is_sorted_ascending
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_sorted_ascending
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl<T:
PartialOrd
+
Copy
>
SortedSlice
<T> for
[T]
Source
§
fn
is_sorted_ascending
(&self) ->
bool
Implementors
§