ID:2958730
Monday, 9:22 pm
|
|||||||
| |||||||
(516) Currently, when using the key,value pair loop on the for list proc (e.g., for(key, value in list)), it is not possible to specify a type for the value var, only for the key. I'd like to be able explicitly declare the type of value (e.g., for(var/SomeType/key, var/AnotherType/value in list)).
|
Login to reply.