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