Query will return a list of entries that fall within the provided interval. The values at dimensions are inclusive.
(interval Interval)
| 63 | // Query will return a list of entries that fall within |
| 64 | // the provided interval. The values at dimensions are inclusive. |
| 65 | Query(interval Interval) Entries |
| 66 | // Apply will call the provided function with each entry that exists |
| 67 | // within the provided range, in order. Return false at any time to |
| 68 | // cancel iteration. Altering the entry in such a way that its location |
no outgoing calls