dasp icon indicating copy to clipboard operation
dasp copied to clipboard

Concatenating Frames

Open andrewcsmith opened this issue 7 years ago • 2 comments

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.

andrewcsmith avatar Aug 28 '17 21:08 andrewcsmith

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?

mitchmindtree avatar Aug 29 '17 06:08 mitchmindtree

Yep, I like it.

andrewcsmith avatar Aug 29 '17 14:08 andrewcsmith