slice_ops 1.0.7

A selection of useful slice operations.
Documentation
1
2
3
4
5
6
7
8
9
10

moddef::moddef!(
    flat(pub) mod {
        actions for cfg(feature = "alloc"),
        try_actions for cfg(feature = "alloc")
    },
    flat mod {
        maybe_done for cfg(feature = "alloc")
    }
);