Remove TODO note

Probably better if we just support {a: b, [c]: d}
This commit is contained in:
T 'Filtered' C 2023-01-21 07:37:41 +00:00 committed by GitHub
parent 353e69324b
commit 2dcc928c39
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,6 @@ SomethingWithAGenericTable({meow = 5}) --OK
SomethingWithAGenericTable(5) --not OK SomethingWithAGenericTable(5) --not OK
``` ```
> TODO: Partially constrained generics, where part of the type is known but can be expaned upon, similar to TypeScript's `extends` keyword.
## Drawbacks ## Drawbacks
This adds unusual syntax, as well as adding to the complexity of the language. This adds unusual syntax, as well as adding to the complexity of the language.