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 873bb07 commit 0dedcf2Copy full SHA for 0dedcf2
src/as3-reference/types.md
@@ -97,6 +97,8 @@ function process(data:String):[Boolean,String]
97
}
98
```
99
100
+The tuple type, when typed as `*` or `Object`, defines the `length` property and may be iterated normally.
101
+
102
# Function type
103
104
The `Function` type represents a function or a bound method that you may call in ActionScript.
0 commit comments