This repository has been archived by the owner on May 26, 2020. It is now read-only.
Release 1.1.0
- A simple implementation of tuple, an
immutable, fixed-length list/array/vector-like data structure. FinalStruct
, a variation on Ruby'sOpenStruct
in which all fields are "final" (meaning
that new fields can be arbitrarily added but once set each field becomes immutable).FinalVar
, a thread safe object that holds a single value and is "final" (meaning
that the value can be set at most once after which it becomes immutable).