rstacknode: Internal structure used by rstacks, rdeques, and rpqueues

View source: R/rstacknode.R

rstacknodeR Documentation

Internal structure used by rstacks, rdeques, and rpqueues

Description

For use by rstacks and rdeques. Simply an environment with no parent, reference for the data and the next node.

Usage

rstacknode(data)

Arguments

data

data to reference with this node.

Value

an environment.


oneilsh/rstackdeque documentation built on May 17, 2022, 6:29 p.m.