Skip to content

Refactor fn parse_maths_vector #4

@benzend

Description

@benzend

Currently fn parse_maths_vector is taking each &str in the vector and creating a MathsArg out of it.

Should be able to use MathsArg::from(my_str) to reduce code and make it more readable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions