toString.llist: Make a string-representation of a linked list.

Description Usage Arguments Value

View source: R/linked-lists.R

Description

Make a string-representation of a linked list.

Usage

1
2
## S3 method for class 'llist'
toString(x, ...)

Arguments

x

The linked list

...

Additional parameters (not used in this version)

Value

A string representation of the list


mailund/pmtypes documentation built on Jan. 31, 2020, 1:09 p.m.