From 7a9896ad8291ce18f9b7f641be40c94b6cadfe8b Mon Sep 17 00:00:00 2001 From: mstn Date: Wed, 28 Mar 2018 09:19:20 +0200 Subject: [PATCH] + credits to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8305608..3dd785e 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,7 @@ f = function(v: FixedSizeArray<2, number>) { //ok f([1,2]); ``` + +## Credits + +We use the same trick to assign a numeric literal to length as it was [done](https://github.com/Microsoft/TypeScript/pull/17765) in TS 2.7 for tuples of fixed size.