Pacote
    Preparing search index...
    • Take an arbitrary number of items from the start of a list.

      Type Parameters

      • T

      Parameters

      • offset: number

        Number of items to return.

      • list: LinkedList<T>

        Linked list.

      Returns LinkedList<T>

      A new linked list with the first offset items of the list.