R/plainEnum-package.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.
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
SigurdJanson/plainEnum documentation built on Aug. 27, 2022, 1:40 a.m.