> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jon Zeppieri > Sent: 5. mars 2008 13:04 > To: [email protected] > Subject: Re: ES4 draft: Vector > > I just realized that my message from yesterday about the 'fixed' > property (of the Vector class) was sent as a reply to the > thread about the Map class... Sorry.
No wonder I was confused :-) > So, why a read/write, rather than a read-only, 'fixed' property? It was my hunch when I designed that feature that code that uses fixed-length vectors wants to be able to catch errors most of the time, but also does not want to be stuck in the straightjacket that a settable-but-not-resettable fixedness property creates, leaving it unable to extend the vector in place after making it fixed. --lars > > -Jon > > > 2008/3/3 Lars Hansen <[EMAIL PROTECTED]>: > > I enclose a slightly incomplete/rough draft for the Vector class. > > Please comment. > > > > --lars > > > > _______________________________________________ > > Es4-discuss mailing list > > [email protected] > > https://mail.mozilla.org/listinfo/es4-discuss > > > > > _______________________________________________ > Es4-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es4-discuss > _______________________________________________ Es4-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es4-discuss
