hasPrev: Does This Iterator Have A Previous Element

View source: R/s3generic.R

hasPrevR Documentation

Does This Iterator Have A Previous Element

Description

hasPrev is a generic function that indicates if the iterator has another element backward.

Usage

hasPrev(obj, ...)

Arguments

obj

an R object

...

additional arguments

Value

Logical value indicating whether the iterator has a previous element.


kota7/combiter documentation built on June 14, 2025, 11:08 a.m.