Type Alias tantivy_fst::raw::CompiledAddr
source · pub type CompiledAddr = usize;
Expand description
CompiledAddr is the type used to address nodes in a finite state transducer.
It is most useful as a pointer to nodes. It can be used in the Fst::node
method to resolve the pointer.