Function style::stylesheets::font_feature_values_rule::update_or_push
source ยท fn update_or_push<T>(
vec: &mut Vec<FFVDeclaration<T>>,
element: FFVDeclaration<T>,
)
Expand description
Updates with new value if same ident
exists, otherwise pushes to the vector.