Type Alias Index2

pub type Index2<'a> = TableRef<'a, Index2Marker>;
Expand description

An array of variable-sized objects in a CFF2 table.

Aliased Typeยง

pub struct Index2<'a> { /* private fields */ }