typing_tools 0.11.0

Collection of general purpose tools for type checking.
Documentation
1
2
3
4
5
6
7
8
9
//! All tests.

// #![ cfg_attr( feature = "type_name_of_val", feature( type_name_of_val ) ) ]
// // #![ cfg_attr( feature = "nightly", feature( type_name_of_val ) ) ]
#![ allow( unused_imports ) ]

use typing_tools as the_module;

mod inc;