Type Definition fst::raw::CompiledAddr[][src]

type CompiledAddr = usize;

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.