Docs.rs
npsimd-0.3.0
npsimd 0.3.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bal-e
Dependencies
proptest ^1.5.0
normal
optional
raw-cpuid ^11.1.0
normal
Versions
98.97%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
npsimd
0.3.0
Array
Required Associated Types
Primitive
Implementations on Foreign Types
[T; LEN]
Object Safety
Implementors
In npsimd::
intel
Trait
npsimd
::
intel
::
Array
Copy item path
source
·
[
−
]
pub unsafe trait Array:
Copy
+
Freeze
{ type
Primitive
:
PrimitiveVector
; }
Available on
x86 or x86-64
only.
Required Associated Types
§
source
type
Primitive
:
PrimitiveVector
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl<T, const LEN:
usize
>
Array
for
[T; LEN]
where T:
Element
<LEN>,
source
§
type
Primitive
= <T as
Element
<LEN>>::
Primitive
Implementors
§