Front page | perl.perl6.internals |
Postings from February 2006
WRT *BooleanArray
Thread Next
From:
Leopold Toetsch
Date:
February 20, 2006 05:51
Subject:
WRT *BooleanArray
Message ID:
43F9CA37.8000602@toetsch.at
*) the resizable variant is heavily borked WRT allocation size
fixes welcome
*) I don't think that *BooleanArray should support:
set P0[0], 3.2
set P0[1], "foo"
set P0[2], P1
nor
set N0, P[0]
...
et al. I think, if you use a BooleanArray with compact storage you are
knowing why and don't need automatic conversion to/from float, string,
nor PMC.
What do you think?
leo
Thread Next
-
WRT *BooleanArray
by Leopold Toetsch