lindexing: Extract the nth elements (starting from 0)

Description Usage Arguments Examples

Description

Extract the nth elements (starting from 0)

Usage

1
2
3
x %!!% n

lref(x, n)

Arguments

x

a lazy stream object

n

index starting from 0

Examples

1
2
x <- llist(1, 2, 3, 4, 5)
x %!!% 3 # => 4

TobCap/lazystreamr documentation built on May 9, 2019, 4:50 p.m.