Skip to content

Commit aebff11

Browse files
Adds more readme.md
1 parent 655c638 commit aebff11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Array/Sequence/Object destructuring/unpacking macros attempt to quench the thirst of (Python, ES6, et al.)-spoiled people.
44

5+
Inspired by @Yardanico's [unpackarray.nim](https://gist.github.com/Yardanico/b6fee43f6da8a3bbf0fe048063357115)
6+
57
## Example Usage
68

79
```nim
@@ -40,4 +42,4 @@ tim.someProcWithSideEffects(arg).lunpack(name, job)
4042

4143
## Suggestions and PR's are welcome
4244

43-
Especially if you know how to make this macro more natural to use. I couldn't
45+
Especially if you know how to make this macro easier to use. Also, if you know any other existing package that does this kind of stuff better, please let me know, thank you.

0 commit comments

Comments
 (0)