Element - z - Zip-self
Characters:
z
Description
Zip a with itself
Overloads
any-zip(a,a)
Examples
⟨1|2|3⟩ z=⟨⟨1|1⟩|⟨2|2⟩|⟨3|3⟩⟩123 z=⟨⟨1|1⟩|⟨2|2⟩|⟨3|3⟩⟩`zap` z=⟨⟨`z`|`z`⟩|⟨`a`|`a`⟩|⟨`p`|`p`⟩⟩`` z=⟨⟩
z - Zip-selfCharacters:
z
Zip a with itself
any - zip(a,a)⟨1|2|3⟩ z =
⟨⟨1|1⟩|⟨2|2⟩|⟨3|3⟩⟩
123 z =
⟨⟨1|1⟩|⟨2|2⟩|⟨3|3⟩⟩
`zap` z =
⟨⟨`z`|`z`⟩|⟨`a`|`a`⟩|⟨`p`|`p`⟩⟩
`` z =
⟨⟩