Re: How to correctly spec sequences requiring an iterable

On Mon, Nov 18, 2013 at 10:50 AM, Tab Atkins Jr. <jackalmage@gmail.com>wrote:

>  As long as I can do "foo(String(str))" to get it to
> iterate over the characters when I need to, I'm fine with this.
>

Nit: You'd want "foo(new String(str))" to make it an object and pass step 1
of the proposal and get you iteration of characters in the overload case.

Received on Tuesday, 19 November 2013 19:51:11 UTC