Function windows_metadata::coded_index_size
source · pub fn coded_index_size(tables: &[usize]) -> usizeExpand description
A coded index (see codes.rs) is a table index that may refer to different tables. The size of the column in memory must therefore be large enough to hold an index for a row in the largest possible table. This function determines this size for the given winmd file.