Const Layout

Compile time checked Layout bounds.

Example

the input and output type must habe the same size

```rust use const_layout::EqSize;

fn musthavesame_size, O>(input: I) -> O { ... }

```