Type Definition pdb::IdFinder[][src]

type IdFinder<'t> = ItemFinder<'t, IdIndex>;

In-memory index for efficient random-access of Ids by index.

IdFinder can be obtained via IdInformation::finder. See ItemFinder for more information.