SRFI 111: Boxes

by John Cowan

status: final (2013-07-03)

keywords: Data Structure, R7RS Large, R7RS Large: Red Edition

See also SRFI 195: Multiple-value boxes.

Abstract

Boxes are objects with a single mutable state. Several Schemes have them, sometimes called cells. A constructor, predicate, accessor, and mutator are provided.