⚠️ This crate requires the nightly compiler
Literal for slab creation
```toml
[dependencies] slablit = "0.2.0" ```
```rust
use slablit::slab;
let (slab, [first, second, third]) = slab![10, 20, 30]; ```