unlist_l: Unlist lens

Description Usage Format Examples

Description

A lens between a list and an unrecursively unlisted object.

Usage

1

Format

An object of class lens of length 2.

Examples

1
2
3
(x <- list(x = list(y = 1:10)))
view(x, unlist_l)
set(x, unlist_l %.% unlist_l, rep("hello", 10))

cfhammill/focal documentation built on May 23, 2019, 6:04 p.m.