if_empty 0.1.0

Replace `if foo.is_empty() { Foo { ... } } else { foo }` with a simple `foo.if_empty(Foo { ... })`
Documentation