Skip to content

Commit

Permalink
Add support for module-level swizzling and swizzle for method args
Browse files Browse the repository at this point in the history
  • Loading branch information
janthmueller committed Aug 1, 2024
1 parent cf196cf commit 0cfd462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ print(Test.xyyz) # Output: (4, 5)
print(Test.xyzx) # Output: (7, 1)
```

## To Do
- [ ] Add support for module-level swizzling
- [ ] Swizzle for method args (swizzle+partial)

0 comments on commit 0cfd462

Please sign in to comment.