commit | 5063c33cbbc8354fc5f4bcce0a779586a1a13cba | [log] [tgz] |
---|---|---|
author | Dave Abrahams <dabrahams@apple.com> | Fri Feb 14 01:48:52 2014 +0000 |
committer | Dave Abrahams <dabrahams@apple.com> | Fri Feb 14 01:48:52 2014 +0000 |
tree | 7f935065761e62cfd8d1e8294284be5fbebe6e62 | |
parent | b5bbca876ff042dc51b490111b46c022a95b3f44 [diff] |
Rename "Stream" protocol back to "Generator" The name Stream didn't seem to be working out as intended; we kept gravitating back to calling it Generator, which is precedented in other languages. Also, Stream seems to beg for qualification as Input or Output. I think we'd like to reserve Stream for things that are more bulk-character-API-ish. Swift SVN r13893