Bitbybit Docs
    Preparing search index...

    Class ConcatenateDto<T> (Inputs.Lists)

    Several lists for lists.concatenate, joined end to end.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

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

      Returns ConcatenateDto<T>

    Properties

    lists: T[][]

    The lists to join, in the order they should appear.

    undefined
    
    clone?: boolean

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

    true