pub const fn demux_var<Pushes, Item, Meta>(pushes: Pushes) -> DemuxVar<Pushes>where
Pushes: PushVariadic<Item, Meta>,
Meta: Copy,Available on crate feature
variadics only.Expand description
Creates a DemuxVar push that dispatches each (usize, Item) pair to
one of the downstream pushes in the given variadic, based on the index.