role Metamodel::Naming { }
Meta model role for (optionally) named things, like classes, roles and enums.
method name($type)
Returns the name of the meta object, if any.
say 42.^name;
method set_name($type, $new_name)
Sets the new name of the meta object.
Type relations for
Metamodel::Naming
Expand above chart