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

Concatenating Frames #63

Open
andrewcsmith opened this issue Aug 28, 2017 · 2 comments
Open

Concatenating Frames #63

andrewcsmith opened this issue Aug 28, 2017 · 2 comments

Comments

@andrewcsmith
Copy link
Contributor

I need to concatenate frames, and obviously doing this in a type-safe way would be pretty cool. Of course it'll be a ton of macro impls.

I'm working on this in a separate crate and will push when ready; just a heads-up that this issue is in-progress.

@mitchmindtree
Copy link
Member

Ahh nice, I agree this would be quite useful to have. This makes me wonder if we should add Signal::map and Signal::zip_map (that wrap Frame::map and Frame::zip_map respectively) as a more general way of approaching this?

@andrewcsmith
Copy link
Contributor Author

Yep, I like it.

mitchmindtree added a commit that referenced this issue Sep 7, 2017
Issue #63: Add signal funcs Map and ZipMap
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