zip: Zip two list into a list of tuples.

View source: R/Data.List.r

zipR Documentation

Zip two list into a list of tuples.

Description

zip :: [a] -> [b] -> [(a, b)]

Usage

zip(xs, ys)

Arguments

xs

list. One list to zip.

ys

list. Another list to zip.


schnecki/rhaskell documentation built on Oct. 30, 2022, 10:23 a.m.