immediate_closure 0.1.1

lets you write a closure to be immediately run
Documentation
# immediate_closure


not really sure why you would need/want this but this syntax:

```CR!{ ... }```

is cleaner than this:

```(||{ ... })()```

so here it is