2relveMN9ZAf1yUR6LjYxu changeset
| Changeset | 376633666138 (b) |
|---|---|
| Parent | None (a) |
| a | b | ||
|---|---|---|---|
| 0 | + | (deftype SeqFly [s] | |
| 0 | + | clojure.lang.ISeq | |
| 0 | + | (first [this] ()) | |
| 0 | + | (next [this] ()) | |
| 0 | + | (more [this] ()) | |
| 0 | + | Object | |
| 0 | + | (toString [this] (str s))) | |
| ... | |||
|
|
| Changeset | 376633666138 (b) |
|---|---|
| Parent | None (a) |
| a | b | ||
|---|---|---|---|
| 0 | + | (deftype SeqFly [s] | |
| 0 | + | clojure.lang.ISeq | |
| 0 | + | (first [this] ()) | |
| 0 | + | (next [this] ()) | |
| 0 | + | (more [this] ()) | |
| 0 | + | Object | |
| 0 | + | (toString [this] (str s))) | |
| ... | |||
|
|