plainEnum-package: plainEnum: Enumerations based on Atomic Vectors

plainEnum-packageR Documentation

plainEnum: Enumerations based on Atomic Vectors

Description

An enumeration type (or enum type) is a value type defined by a set of named constants of the underlying integral numeric type. This package emulates/simulates that in R.

Details

An enumeration type (or enum type) is a value type defined by a set of named constants of the underlying integral numeric type. To define an enumeration type, use [enum()] and specify the names and values of enum members.

Author(s)

Maintainer: Jan Seifert enum@sigurdjanson.anonaddy.com

See Also

Useful links:


SigurdJanson/plainEnum documentation built on Aug. 27, 2022, 1:40 a.m.