# New Ticket Created by Justin DeVuyst # Please include the string: [perl #125754] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125754 >
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