Skip to content

Commit 3bd1c40

Browse files
authored
Add sponsorship request
1 parent ed3681c commit 3bd1c40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ ArrayDeconstructors is a source package which allows you to use new C# 7 deconst
55
int[] array = <...>;
66
var (a,b) = array;
77

8+
## Sponsorship
9+
10+
If you like the library please consider [supporting my work](https://github.com/sponsors/hazzik).
11+
812
## Implementation notes
913

1014
- The decision has been made such that there are no safety checks on the deconstruction methods.

0 commit comments

Comments
 (0)