is_in
A small Rust library to provide a nicer way to check if something is in a slice.
Usage
Add to your Cargo.toml:
[]
= "0.1"
Examples
use IsIn;
let slice1: = ;
println!; // Prints "true".
A small Rust library to provide a nicer way to check if something is in a slice.
Add to your Cargo.toml:
[]
= "0.1"
use IsIn;
let slice1: = ;
println!; // Prints "true".