Skip to content

Add operator+ overload for T and Vector<T> #75

Description

@htiek

Currently, you can write vec + elem to get back a new Vector that consists of all the elements of vec with elem appended to the. end. However, the reverse elem + vec does not compile. We should consider adding an overload of operator+ that addresses this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions