Frontmatter
| id | 2867 |
| title | tests: collection.Base |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 5, 2022, 5:43 PM |
| updatedAt | Feb 5, 2022, 5:43 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2867 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 5, 2022, 5:43 PM |
adding an item into a sorted collection will now insert it at the matching index.
the tests do not honor this yet.