haxe Questions
I have a variable of type Dynamic and I know for sure one of its fields, lets call it a, actually is an array. But when I'm writing
var d : Dynamic = getDynamic();
for (t in d.a) {
}
I get a co...
Chiccory asked 9/9, 2008 at 12:51
© 2022 - 2024 —
McMap. All rights reserved.