Re: sequence and iterables

On 11/15/13 9:28 PM, Tab Atkins Jr. wrote:
> Slightly, when you're just going to run through the iterable
> immediately.  It's normal if you're going to store the data for
> whatever reason.

Most WebIDL stuff does run through it immediately, I would think, to do 
the type coercion/checking.  The only possible exception would be 
sequence<any>.

-Boris

Received on Saturday, 16 November 2013 02:31:01 UTC