pub type UnderlyingList<T> = ArcSlice<T>;

Aliased Type§

struct UnderlyingList<T>(Arc<HeaderSlice<u64, T>>);

Fields§

§0: Arc<HeaderSlice<u64, T>>

Trait Implementations§

source§

impl From<ComputedList> for UnderlyingList<T>

source§

fn from(l: ComputedList) -> Self

Converts to this type from the input type.