Skip to main content

ShareCounts

Type Alias ShareCounts 

Source
pub type ShareCounts = BTreeSet<u32>;
Expand description

How many objects still reference each object number.

Two page dictionaries naming one content stream is what makes that stream shared, and a shared stream is copied rather than edited.

Aliased Typeยง

pub struct ShareCounts { /* private fields */ }