Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Raku

Visibility

public

Author

fernando-correa

Created

2025-07-20T22:51:00.685461Z

Updated

2025-07-20T22:51:40.550039Z

class C {}

role R {
    ::?CLASS.^add_parent: C
}

say Any but R
INFO