Hi,
Илья wrote:
> Hi,
> no one answered at #perl6, so I sending this question in list:
>
> ihrd: I have question about attr initialization
> ihrd: if I have two attr with same name
> ihrd: like @.args and %.args
> ihrd: and instance object, like .new(args => {foo => 1}), rakudo init both
> attr
Илья (>):
> no one answered at #perl6, so I sending this question in list:
>
> ihrd: I have question about attr initialization
> ihrd: if I have two attr with same name
> ihrd: like @.args and %.args
> ihrd: and instance object, like .new(args => {foo => 1}), rakudo init both
> attr
> ihrd: and qu
Hi,
no one answered at #perl6, so I sending this question in list:
ihrd: I have question about attr initialization
ihrd: if I have two attr with same name
ihrd: like @.args and %.args
ihrd: and instance object, like .new(args => {foo => 1}), rakudo init both attr
ihrd: and question is, how this is