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
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