Skip to main content

element_at

Function element_at 

Source
pub fn element_at(core: &Core, source: NodeId, index: u32) -> FlowRegistration
Expand description

element_at(source, index) — emits the indexth DATA (zero-based) then Complete. Sugar for take(skip(source, index), 1).