- or download this
my MetaClass $dog_class = MetaClass.new(name => "Dog", repr => "p9opag
+ue");
- or download this
sub add_attributes (MetaClass ^class, Int $defval) {
...
has Int $.d;
add_attributes(?CLASS, 5);
}
- or download this
my ^Class;
^Class = create_low_level_instance(
...
});
# go about building the rest of Class here