pub type ClosureIds = BTreeMap<Identifier, ClosureId<ChalkIr>>;

Aliased Type§

struct ClosureIds {
    root: Option<NodeRef<Owned, Atom<EmptyStaticAtomSet>, ClosureId<ChalkIr>, LeafOrInternal>>,
    length: usize,
    pub(super) alloc: ManuallyDrop<Global>,
    _marker: PhantomData<Box<(Atom<EmptyStaticAtomSet>, ClosureId<ChalkIr>)>>,
}

Fields§

§root: Option<NodeRef<Owned, Atom<EmptyStaticAtomSet>, ClosureId<ChalkIr>, LeafOrInternal>>§length: usize§alloc: ManuallyDrop<Global>§_marker: PhantomData<Box<(Atom<EmptyStaticAtomSet>, ClosureId<ChalkIr>)>>