in reply to [raku] what accessors are actually autogenerated for @.array attributes?

As for the docs, check out these, which are what you get when you has @.var:

https://docs.raku.org/type/Attribute#method_get_value
https://docs.raku.org/type/Attribute#method_set_value

  • Comment on Re: [raku] what accessors are actually autogenerated for @.array attributes?
  • Download Code

Replies are listed 'Best First'.
Re^2: [raku] what accessors are actually autogenerated for @.array attributes?
by jdporter (Paladin) on May 11, 2021 at 14:19 UTC

    Please learn how to format your posts properly.