Skip to content
Discussion options

You must be logged in to vote

Extensions might be able to solve this #5497

E.g.

extension AddableVector<T> for Vector<T> : IAddable<AddableVector<T>> where T : IAddable<T>
{
    // Impl goes here
}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@HellGate94
Comment options

@MadsTorgersen
Comment options

Answer selected by MadsTorgersen
Comment options

You must be logged in to vote
2 replies
@HellGate94
Comment options

@djblack
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants