Type Definition fetish_lib::type_id::TypeId[][src]

type TypeId = usize;
Expand description

Type alias for a usize index into a TypeInfoDirectory’s storage of Types. These are assumed to uniquely identify a type, whereas there may be multiple TypeIds for the same Type. This is done so that different vector types of the same dimension can potentially have different canonical feature mappings, for instance, if one represents 2d images, and the other represents 1d signals.