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.