Type Definition beam_file::parts::AtomId

source ·
pub type AtomId = u32;
Expand description

The identifier of an atom.

The corresponding atom can be retrieved from the “Atom” chunk. The identifier is used as one-based index for the atom list defined in the chunk.