A class and a constructor function to create (raw) bytes trait(let)s.
Super class
RKernel::Trait
-> Bytes
Public fields
value
A raw bytes vector
optional
Logical, whether an initializing logical value must be provided
coerce
Logical, whether 'as.raw()' is implicitely used when a value is assigned to the trait
Methods
Inherited methods
Method new()
The initializing method
Usage
BytesClass$new(initial = raw(0), coerce = TRUE, optional = TRUE)