<FromGitter>
<paulocoghi> It's a novel concept of universal storage engine for any type of data, based exclusively on sparse and dense arrays.
<FromGitter>
<paulocoghi> It provides an embedded C/C++ library, which by consequence, can be used on Crystal as well
jmdaemon has quit [Ping timeout: 244 seconds]
ur5us has quit [Ping timeout: 244 seconds]
<FromGitter>
<Blacksmoke16> @roquie If you did something like `list = [*two.to_a, *three.to_a]` ofc. but afaik there isnt a way to automatically treat an object as an iterable
<FromGitter>
<Blacksmoke16> actually if you go the `Iterator` route there is the `Iterator.chain` method which would do what you want