pub fn post_process<K, T>(state: AlpState<K, T>) -> Fallible<Queryable<K, T>>where
    T: 'static + TFloat,
    K: 'static,
Expand description

Wrap the AlpState in a Queryable object.

The Queryable object works similar to a dictionary. Note that the access time is O(state.h.len()).