module::is_slice
Macro to answer the question: is it a slice?
Try out from the repository
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/is_slice_trivial
cargo run
To add to your project
cargo add is_slice
Sample
use *;
Macro to answer the question: is it a slice?
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/is_slice_trivial
cargo run
cargo add is_slice
use *;