fn remove_extra_value<T>(
raw_links: RawLinks<T>,
extra_values: &mut Vec<ExtraValue<T>>,
idx: usize,
) -> ExtraValue<T>
Expand description
Removes the ExtraValue
at the given index.
fn remove_extra_value<T>(
raw_links: RawLinks<T>,
extra_values: &mut Vec<ExtraValue<T>>,
idx: usize,
) -> ExtraValue<T>
Removes the ExtraValue
at the given index.