Support CustomReflectables
Major-level changes
- Fix misunderstood for generic type (the truly cause is CustomRefelectable)
- Remove DiffableConvertible for Builtin types
Minor-level changes
- Support CustomReflectables such as CGFloat, Character, Range, ... (related to #30)
Patch-level changes
- Fix type confusion caused by CustomReflectables
- Fix MetaType transform
- Strict comparison for String, Substring, Int, Double, Tuple, ...