Home
last modified time | relevance | path

Searched refs:float64FromIterable (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts145 let float64FromIterable = new SendableFloat64Array(iterable); variable
146 print("From an iterable: " + float64FromIterable.length + ", array: [" + float64FromIterable + "]");