lazyVector-unary: Unary operators for lazy vectors

lazyVector-unaryR Documentation

Unary operators for lazy vectors

Description

Unary operators for lazy vectors.

Usage

## S4 method for signature 'lazyVector,missing'
e1 + e2

## S4 method for signature 'lazyVector,missing'
e1 - e2

Arguments

e1

object of class lazyVector

e2

nothing

Value

A lazyVector object.


lazyNumbers documentation built on Nov. 22, 2022, 1:05 a.m.