fuzion
fuzion copied to clipboard
`infix =` for `Sequence` in case `T` is `equatable`
infix = currently is not applicable to Sequence, would be nice if it was in case Sequence.T is equatable, need to see how this could be done.
See #3480.