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.
I think, tuple type should not have destructive methods because these methods break consistency between the interface and actual properties.
var t: [boolean, number]; t.shift(); // now actual t type is [number]