Bitbybit Docs
    Preparing search index...

    Class MergeElementsOfLists<T> (Inputs.Lists)

    Nested lists and a depth for lists.mergeElementsOfLists, which regroups items by position.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionallists: T[]
      • Optionallevel: number

      Returns MergeElementsOfLists<T>

    Properties

    lists: T[]

    The lists whose items are regrouped by position.

    undefined
    
    level: number

    How many levels of nesting to flatten inside each list before regrouping; 0 regroups the lists as they are.

    0
    

    0

    Infinity

    1