node-dextrin - v0.1.0
    Preparing search index...

    Class export=

    DXN tuple ({ ... }) — ordered, heterogeneous, arbitrary length, wire-distinct from list. Wraps a plain Array, the same as DXNListDXNArray 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.

    Index
    dxnType: string
    items: unknown[]
    • Parameters

      • other: unknown

      Returns -1 | 0 | 1