isx 0.1.6

Traits for checking certain conditions of values
Documentation
1
2
3
4
5
use super::default_impl;
use std::collections::{HashMap, HashSet};

default_impl!(HashSet<T>);
default_impl!(HashMap<K,V>);