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

Implement merge method #3

Closed
milktrader opened this issue Mar 31, 2015 · 3 comments
Closed

Implement merge method #3

milktrader opened this issue Mar 31, 2015 · 3 comments

Comments

@milktrader
Copy link
Member

Merging is actually trivial with a call to vcat(x,y) but this method should default to sort=true, which makes it more useful.

@milktrader
Copy link
Member Author

#5 starts on this, but it only includes merging two arrays of Timestamp, not individual instances.

@milktrader
Copy link
Member Author

  • merge two Vector{Timestamp}
  • merge one Vector{Timestamp} and one Timestamp
  • merge one Timestamp and one Vector{Timestamp}
  • merge one Timestamp and one Timestamp

@Arkoniak
Copy link
Member

Arkoniak commented Apr 7, 2021

This is covered now in #14

@Arkoniak Arkoniak closed this as completed Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants