Description
Its pointless to return an iterable. Its not like its going to be that much data that we will ever need to stream it. Moreover, then we can do stuff like get(1) and size() more easily.
Its pointless to return an iterable. Its not like its going to be that much data that we will ever need to stream it. Moreover, then we can do stuff like get(1) and size() more easily.