llmap: Map a function over a linked list.

Description Usage Arguments Value

View source: R/linked-lists.R

Description

Map a function over a linked list.

Usage

1
llmap(llist, f, acc = NIL)

Arguments

llist

A linked list

f

A function

Value

A new linked list constructed by applying f to all elements of llist


mailund/pmtypes documentation built on Jan. 31, 2020, 1:09 p.m.