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

    Class export=

    DXN list ([ ... ]) — ordered, heterogeneous, arbitrary length. Wraps a plain JS Array rather than being one, even though a JS Array is the closer semantic fit (dynamic length, same as this type) — native Array is reserved for DXN array instead (see DXNArray's own module doc for why), so list gets this thin wrapper purely to stay distinct from it.

    Index
    dxnType: string
    items: unknown[]
    • Parameters

      • other: unknown

      Returns -1 | 0 | 1