Re: The Sequential interface (implementation question)

2009-02-26 Thread Rich Hickey
On Feb 26, 12:00 am, dmiller wrote: > Regarding the Sequential interface: > > There are a number of places where (x instanceof Sequential) is taken > to imply something else about x: > > (a) that casting in the form of ((IPersistentCollection)x) is okay, > or > (b) that RT.seq(x) will succe

The Sequential interface (implementation question)

2009-02-25 Thread dmiller
Regarding the Sequential interface: There are a number of places where (x instanceof Sequential) is taken to imply something else about x: (a) that casting in the form of ((IPersistentCollection)x) is okay, or (b) that RT.seq(x) will succeed, or (c) that Rt.count(x) will succeed Note that