Fetches all data into a range that can be iterated over or processed with regular range functions. Does not allocate an array to store the fetched data in, but may still use sparingly the GC in implementation.
See Implementation
Fetches all data into a range that can be iterated over or processed with regular range functions. Does not allocate an array to store the fetched data in, but may still use sparingly the GC in implementation.