Create tuple of Type type with Size size
Type of tuple
Size of tuple
Tuple of Type type with Size size
type Result = Tuple<string, 2>// ^? type Result = [string, string] Copy
type Result = Tuple<string, 2>// ^? type Result = [string, string]
Generated using TypeDoc
Create tuple of Type type with Size size