A way to mimic the `array_flip`. For example: ``` iterable(['key' => 'value'])->flip()->toArray(); // Result: ['value' => 'key'] ```