fn default_extend<T: Default + Extend<X>, X>(
to_add: impl IntoIterator<Item = X>,
) -> TExpand description
Helper to add overrides to a default collection.
fn default_extend<T: Default + Extend<X>, X>(
to_add: impl IntoIterator<Item = X>,
) -> THelper to add overrides to a default collection.