pub fn intern(field_names: impl IntoIterator<Item = impl AsRef<str>>) -> u32Expand description
Look up (or assign) the shape ID for the given field-name list. Same set of names — in any insertion order — yields the same ID for the lifetime of the process.