shape v0.0.2
Modules summary ↑
| Shape | Shape is library that allows you to declaratively describe and validate your data structures |
| Shape.Atom | Uses is_atom to detect if the item is an atom |
| Shape.Binary | Uses is_binary to detect if the item is a binary |
| Shape.Bitstring | Uses is_bitstring to detect if the item is a bitstring |
| Shape.Bool | Uses is_boolean to detect if the item is a boolean |
| Shape.Float | Uses is_float to detect if the item is a float |
| Shape.Int | Uses is_integer to detect if the item is an integer |
| Shape.Num | Uses is_number to detect if the item is a number |
| Shape.Pid | Uses is_pid to detect if the item is a pid |
| Shape.Port | Uses is_port to detect if the item is a port |
| Shape.Ref | Uses is_reference to detect if the item is a reference |
| Shape.Str | Uses is_bitstring to detect if the item is a string |