Rohan Maity
05/26/2019, 11:29 AMthana
05/26/2019, 11:43 AMsomeArray[someKey]thana
05/26/2019, 11:43 AMsomeArray dynamic depending on what type the kotlin compiler thinks someArray hasRohan Maity
05/26/2019, 11:45 AMval stack = ArrayOfJs(); stack.pop()thana
05/26/2019, 11:46 AMval stack = js("[]") does the job - i don't know if there is a special type available in kotlin/js but using those function on a dynamic values works, tooRohan Maity
05/26/2019, 11:47 AMgildor
05/27/2019, 1:05 AMbashor
05/27/2019, 8:04 PMMutableListbashor
05/27/2019, 8:04 PMbashor
05/27/2019, 8:06 PMdynamic type