Type Alias Index1

pub type Index1<'a> = TableRef<'a, Index1Marker>;
Expand description

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

Aliased Typeยง

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