Docs.rs
flatk-0.5.2
flatk 0.5.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
elrnv
Dependencies
bytemuck ^1.5
normal
flatk-derive ^0.3
normal
optional
rayon ^1.5
normal
optional
reinterpret ^0.2
normal
typenum ^1.12.0
normal
criterion ^0.3
dev
rand ^0.8
dev
Versions
39.57%
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
AsIndexSliceMut
flatk
0.5.2
AsIndex
Slice
Mut
Implementations on Foreign Types
&mut [usize]
Vec<usize>
[usize]
Implementors
In crate flatk
flatk
Trait
AsIndex
Slice
Mut
Copy item path
Source
pub trait AsIndexSliceMut:
AsMut
<[
usize
]> { }
Expand description
A wrapper trait for sequences of mutable indices.
Implementations on Foreign Types
§
Source
§
impl
AsIndexSliceMut
for &mut [
usize
]
Source
§
impl
AsIndexSliceMut
for
Vec
<
usize
>
Source
§
impl
AsIndexSliceMut
for [
usize
]
Implementors
§