Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andylokandy/arraydeque
/ Index
Interface
Index
src/array.rs:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
#[doc(hidden)]
39
pub trait Index: PartialEq + Copy {
40
fn to_usize(self) -> usize;
41
fn from(usize) -> Self;
42
}
43
44
impl Index for u8 {
45
#[inline(always)]
Callers
nothing calls this directly
Implementers
2
lib.rs
src/lib.rs
array.rs
src/array.rs
Calls
no outgoing calls
Tested by
no test coverage detected