DXN tuple ({ ... }) — ordered, heterogeneous, arbitrary length,
wire-distinct from list. Wraps a plain Array, the same as
DXNList — DXNArray is the one collection type that claims native
Array directly, since JS has no fixed-arity type for it to compete
with the way Elixir's own tuple does.
DXN
tuple({ ... }) — ordered, heterogeneous, arbitrary length, wire-distinct fromlist. Wraps a plainArray, the same asDXNList—DXNArrayis the one collection type that claims nativeArraydirectly, since JS has no fixed-arity type for it to compete with the way Elixir's own tuple does.