iqis / Q7

Freestyle Object Oriented Programming in R
GNU General Public License v3.0
5 stars 1 forks source link

Make the S3 class of the type `*_type`? #22

Open iqis opened 2 years ago

iqis commented 2 years ago

if ...s3 = "Foo" then the S3 class of the type would become Foo_type. This fully differentiates type and object created from the type, but how does this affect features applied to a type?