MCPcopy 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)]
39pub trait Index: PartialEq + Copy {
40 fn to_usize(self) -> usize;
41 fn from(usize) -> Self;
42}
43
44impl Index for u8 {
45 #[inline(always)]

Callers

nothing calls this directly

Implementers 2

lib.rssrc/lib.rs
array.rssrc/array.rs

Calls

no outgoing calls

Tested by

no test coverage detected