pub fn dom_index_snapshot() -> Arc<DomIndex> ⓘ
Read the current snapshot. Returns a cheap Arc clone so the caller drops the lock immediately. Script hosts and the C-ABI read here; they hold no &World at call time.
Arc
&World