Function heron::rapier_plugin::rapier::rayon::iter::plumbing::bridge_unindexed[][src]

pub fn bridge_unindexed<P, C>(
    producer: P,
    consumer: C
) -> <C as Consumer<<P as UnindexedProducer>::Item>>::Result where
    C: UnindexedConsumer<<P as UnindexedProducer>::Item>,
    P: UnindexedProducer

A variant of bridge_producer_consumer where the producer is an unindexed producer.