Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Raku

Visibility

public

Author

broto3

Created

2016-05-04T23:17:50Z

Updated

2016-05-04T23:17:50Z

sub foo ($bar is copy) is export { ... }
has $.foo is rw is required;
class Foo is Bar { ... }
INFO