tbx_index_build2

The index struct returned by a successful call should be freed via tbx_destroy() when it is no longer needed.

  1. int tbx_index_build(const(char)* fn, int min_shift, const(tbx_conf_t)* conf)
  2. int tbx_index_build2(const(char)* fn, const(char)* fnidx, int min_shift, const(tbx_conf_t)* conf)
    extern (C)
    int
    tbx_index_build2
    (
    const(char)* fn
    ,
    const(char)* fnidx
    ,,)
  3. int tbx_index_build3(const(char)* fn, const(char)* fnidx, int min_shift, int n_threads, const(tbx_conf_t)* conf)

Meta