Element - ė - Enumerate
Characters:
ė
Description
Zip with a range of the same length
Overloads
any-enumerate(a) (zip with 1...len(a))
Examples
`abc` ė=⟨⟨0|`a`⟩|⟨1|`b`⟩|⟨2|`c`⟩⟩⟨1|2|3⟩ ė=⟨⟨0|1⟩|⟨1|2⟩|⟨2|3⟩⟩123 ė=⟨⟨0|1⟩|⟨1|2⟩|⟨2|3⟩⟩