R/constructors.R
process_constructor_constant.Rd
Create a constant constructor and put it in an environment.
process_constructor_constant(constructor, data_type_name, env)
constructor | The construct specification |
---|---|
data_type_name | The type the constructor should generate |
env | The environment where we define the constructor |