class Array
class Array is List {}
An Array
is a List which forces all its elements to be
scalar containers, which means you can assign to array elements.
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
class Array is List {}
An Array
is a List which forces all its elements to be
scalar containers, which means you can assign to array elements.
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.