Insert one item. Splits + redistributes if `max_objects` is exceeded.
(item: TItem)
| 43 | |
| 44 | /** Insert one item. Splits + redistributes if `max_objects` is exceeded. */ |
| 45 | insert(item: TItem): void; |
| 46 | /** |
| 47 | * Remove one item. Returns `true` if the item was found. |
| 48 | * Includes a stale-bounds fallback walk for items that moved |
no outgoing calls