pub type CoffBigComdatSectionIterator<'data, 'file, R = &'data [u8]> = CoffComdatSectionIterator<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description

An iterator over the sections in a COMDAT section group of a CoffBigFile.