Base.haskeyWhether an ID is in use.
Base.lengthTotal number of IDs in use.
Base.getindexGet index at ID.
Base.setindex!Map ID to a new index. The ID must be in use.
Base.push!Add a new index. Returns its ID.
Base.delete!Remove a recorded index at ID.
Base.empty!Clear all index records.
Base.iterateIterates through valid IDs in the StableIndex.