rev_l: Reverse lens

Description Usage Format Examples

Description

Lens into the reverse of an object.

Usage

1

Format

An object of class lens of length 2.

Examples

1
2
3
x <- 1:10
view(x, rev_l)
set(x, rev_l, 11:20)

cfhammill/fresnel documentation built on May 15, 2019, 1:13 p.m.