Function default_extend

Source
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.