Bitbybit Docs
    Preparing search index...

    Class MultiplyItemDto<T> (Inputs.Lists)

    An item and a count for lists.repeat.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalitem: T
      • Optionaltimes: number

      Returns MultiplyItemDto<T>

    Properties

    item: T

    The item to repeat; every entry of the result is this same item.

    undefined
    
    times: number

    How many entries the result has.

    10
    

    0

    Infinity

    1