Implement all the Clojure seq classes
ingydotnet opened this issue · 1 comments
ingydotnet commented
APersistentMap => Lingy::Base::Map
APersistentVector => Lingy::Base::Vector
ArraySeq => Lingy::ArraySeq
ChunkedCons => Lingy::ChunkedCons
Cons => Lingy::Cons
Cycle => Lingy::Cycle
EnumerationSeq => Lingy::Enum
Iterate => Lingy::Iterate
IteratorSeq => Lingy::IteratorSeq
LongRange => Lingy::LongRange
PersistentArrayMap => Lingy::ArrayMap
PersistentHashMap => Lingy::HashMap
PersistentList => Lingy::List
PersistentQueue => Lingy::Queue
PersistentStructMap => Lingy::StructMap
PersistentTreeMap => Lingy::TreeMap
PersistentVector => Lingy::Vector
Range => Lingy::Range
Repeat => Lingy::Repeat
StringSeq => Lingy::StringSeq