Bitbybit Docs
    Preparing search index...

    Class InterleaveDto<T> (Inputs.Lists)

    Several lists for lists.interleave, which weaves them together item by item.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionallists: T[][]
      • Optionalclone: boolean

      Returns InterleaveDto<T>

    Properties

    lists: T[][]

    The lists to weave; the first item of each comes first, then the second of each, and so on.

    undefined
    
    clone?: boolean

    When true, the lists are deep-copied first so the inputs are never changed.

    true