Skip to main content

unzip

Function unzip 

Source
pub const fn unzip<P0, P1>(push0: P0, push1: P1) -> Unzip<P0, P1>
Expand description

Creates an Unzip push that splits tuple items into two separate pushes.