dictionary type
example usage:
const test:Dict = {one: 'string'two: NaN}const second_test:Dict = {} Copy
const test:Dict = {one: 'string'two: NaN}const second_test:Dict = {}
dictionary type
example usage: