Docs.rs
vortex-all-0.14.0
vortex-all 0.14.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
a10y
Dependencies
vortex-alp ^0.14.0
normal
vortex-array ^0.14.0
normal
vortex-buffer ^0.14.0
normal
vortex-bytebool ^0.14.0
normal
vortex-datetime-dtype ^0.14.0
normal
vortex-datetime-parts ^0.14.0
normal
vortex-dict ^0.14.0
normal
vortex-dtype ^0.14.0
normal
vortex-error ^0.14.0
normal
vortex-expr ^0.14.0
normal
vortex-fastlanes ^0.14.0
normal
vortex-flatbuffers ^0.14.0
normal
vortex-fsst ^0.14.0
normal
vortex-proto ^0.14.0
normal
vortex-roaring ^0.14.0
normal
vortex-runend ^0.14.0
normal
vortex-runend-bool ^0.14.0
normal
vortex-sampling-compressor ^0.14.0
normal
vortex-scalar ^0.14.0
normal
vortex-schema ^0.14.0
normal
vortex-serde ^0.14.0
normal
vortex-zigzag ^0.14.0
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vortex
0.14.0
Array
Len
Required Methods
is_empty
len
Implementors
In crate vortex
vortex
Trait
ArrayLen
Copy item path
Source
pub trait ArrayLen { // Required methods fn
len
(&self) ->
usize
;
fn
is_empty
(&self) ->
bool
; }
Required Methods
§
Source
fn
len
(&self) ->
usize
Source
fn
is_empty
(&self) ->
bool
Implementors
§
Source
§
impl<T>
ArrayLen
for T
where T:
AsRef
<
Array
>,