RcppR6
RcppR6 copied to clipboard
Expose list validators as S3 methods?
Or some other way that allows this approach:
x <- list_constructor()
x$field <- field_value
validate(x)