Literal for slab creation
Add this to your Cargo.toml: toml [dependencies] slablit = "0.3"
Cargo.toml
toml [dependencies] slablit = "0.3"
```rust use slablit::slab;
let (slab, [first, second, third]) = slab![10, 20, 30]; ```