1
2
3
4
5
6
7
8
9
use inner::doc_inline_reexport;

doc_inline_reexport! {
    inversion,
    lis,
    majority_vote,
    opmph,
    suffix_array,
}