On Wed, 05 Aug 2015 10:06:17 -0700, jdv79 wrote:
> Hello,
> 
> I recently tried to make a custom array type so that I could
> type the values.  My intent would be that it would act like
> an array in all ways except have the value typing.
> 
> I tried delegating to * but that doesn't work because Any is
> a parent.  It was suggested that delegating to Positional
> would be a good idea.
> 
> See:
> 
> http://irclog.perlgeek.de/perl6/2015-08-05#i_11008623
> http://design.perl6.org/S12.html#Delegation
> https://gist.github.com/anonymous/0a3088ffb1f46aee7928
> 
> -jdv

This and (TODO) RT#122991 can probably be combined.  The features
desired are roughly equivalent.

Reply via email to