Relates :
|
Currently, JS NativeArray conversion to either List or Deque are supported (since ListAdapter implements these interfaces). However, ListAdapter also implements Queue and Collection too, and we don't support conversion to these types ��� we should.
|