Skip to content

Add Sequence::union(Sequence) #78

Description

@Baptouuuu

The full signature: Sequence<T>::union(Sequence<U>): Sequence<Left<T>|Right<U>|Both<T, U>>

This is a more generic representation of Sequence::zip() that could then be reduced to zip = union()->takeWhile(Instance::of(Both::class))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions