We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3681c commit 3bd1c40Copy full SHA for 3bd1c40
README.md
@@ -5,6 +5,10 @@ ArrayDeconstructors is a source package which allows you to use new C# 7 deconst
5
int[] array = <...>;
6
var (a,b) = array;
7
8
+## Sponsorship
9
+
10
+If you like the library please consider [supporting my work](https://github.com/sponsors/hazzik).
11
12
## Implementation notes
13
14
- The decision has been made such that there are no safety checks on the deconstruction methods.
0 commit comments