misc: cleanup

This commit is contained in:
Dylan Araps
2018-06-15 09:53:22 +10:00
parent fc68828fc5
commit 7d2c6763c9

View File

@@ -448,6 +448,8 @@ remove_array_dups() {
} }
``` ```
**Example Usage:**
```shell ```shell
$ remove_array_dups 1 1 2 2 3 3 3 3 3 4 4 4 4 4 5 5 5 5 5 5 $ remove_array_dups 1 1 2 2 3 3 3 3 3 4 4 4 4 4 5 5 5 5 5 5
1 1