From: Manos R. <er...@cs...> - 2003-05-26 23:07:08
|
On Mon, May 26, 2003 at 05:51:36PM -0500, Brian Hurt wrote: > > The more I think about, the more I think the solution is to merge Stream > and Enum, and create a best-of-breed interface (probably called > ExtStream). IMHO, this api would: > - have an exported next, like Stream > - have an exported count, like Enum On streams generated from list's or files, count is not a sensible operation, or am I mistaken? -- Manos |