Docs.rs
rstsr-core-0.5.1
rstsr-core 0.5.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ajz34
Dependencies
derive_builder ^0.20
normal
duplicate ^2.0
normal
faer ^0.22
normal
optional
faer-ext ^0.6
normal
optional
half ^2.4
normal
itertools ^0.13
normal
num ^0.4
normal
rayon ^1.10
normal
optional
rstsr-common ^0.5.1
normal
rstsr-dtype-traits ^0.5.1
normal
rstsr-native-impl ^0.5.1
normal
approx ^0.5
dev
cpu-time ^1.0
dev
criterion ^0.5
dev
itertools ^0.13
dev
ndarray ^0.15
dev
rand ^0.8
dev
Versions
10.05%
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
UnpackArrayAPI
rstsr_
core
0.5.1
Unpack
ArrayAPI
Required Associated Types
Output
Required Methods
unpack_array
Implementations on Foreign Types
&'l [[T; N]]
&'l mut [[T; N]]
Implementors
In rstsr_
core::
prelude::
rstsr_
traits
rstsr_core
::
prelude
::
rstsr_traits
Trait
Unpack
ArrayAPI
Copy item path
Source
pub trait UnpackArrayAPI { type
Output
; // Required method fn
unpack_array
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
unpack_array
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl<'l, T, const N:
usize
>
UnpackArrayAPI
for &'l [
[T; N]
]
Source
§
type
Output
= &'l
[T]
Source
§
fn
unpack_array
(self) -> <&'l [
[T; N]
] as
UnpackArrayAPI
>::
Output
ⓘ
Source
§
impl<'l, T, const N:
usize
>
UnpackArrayAPI
for &'l mut [
[T; N]
]
Source
§
type
Output
= &'l mut
[T]
Source
§
fn
unpack_array
(self) -> <&'l mut [
[T; N]
] as
UnpackArrayAPI
>::
Output
ⓘ
Implementors
§
Source
§
impl<'l, T, const N:
usize
>
UnpackArrayAPI
for
DataCow
<'l,
Vec
<
[T; N]
>>
Source
§
type
Output
=
DataCow
<'l,
Vec
<T>>
Source
§
impl<'l, T, const N:
usize
>
UnpackArrayAPI
for
DataMut
<'l,
Vec
<
[T; N]
>>
Source
§
type
Output
=
DataMut
<'l,
Vec
<T>>
Source
§
impl<'l, T, const N:
usize
>
UnpackArrayAPI
for
DataRef
<'l,
Vec
<
[T; N]
>>
Source
§
type
Output
=
DataRef
<'l,
Vec
<T>>
Source
§
impl<T, const N:
usize
>
UnpackArrayAPI
for
Vec
<
[T; N]
>
Source
§
type
Output
=
Vec
<T>
Source
§
impl<T, const N:
usize
>
UnpackArrayAPI
for
DataOwned
<
Vec
<
[T; N]
>>
Source
§
type
Output
=
DataOwned
<
Vec
<T>>