Struct rustc_metadata::index::DenseIndex [] [src]

pub struct DenseIndex {
    // some fields omitted
}
Unstable (rustc_private)

A dense index with integer keys. Different API from IndexData (should these be merged?)

Methods

impl DenseIndex
[src]

fn lookup(&self, buf: &[u8], ix: u32) -> Option<u32>

fn from_buf(buf: &[u8], start: usize, end: usize) -> Self