Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add merge functions #24

Closed
4 tasks done
themue opened this issue Aug 24, 2022 · 0 comments · Fixed by #27
Closed
4 tasks done

Add merge functions #24

themue opened this issue Aug 24, 2022 · 0 comments · Fixed by #27

Comments

@themue
Copy link
Member

themue commented Aug 24, 2022

  • Add Merge(vsa, vsb) appending and sorting vsa and vsb
  • Add UniqueMerge(vsa, vsb) appending, unifying and sorting vsa and vsb
  • Add MergeWith(vsa, vsb, less) appending and sorting vsa and vsb using lessto compare the values
  • Add UniqueMergeWith(vsa, vsb, less) appending, unifying and sorting vsa and vsb using lessto compare the values
@themue themue added this to the v0.2.0 milestone Aug 24, 2022
@themue themue changed the title Add Merge() and MergeWith() Add merge functions Aug 24, 2022
@themue themue linked a pull request Aug 26, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant