DEBSOURCES
Skip Quicknav
sources / r-cran-future / 1.11.1.1%2Bdfsg-1 / R / constant.R
12345
## Used only internally constant <- function(value, ...) { ConstantFuture(value = value, ...) } class(constant) <- c("constant", "uniprocess", "future", "function")