X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fclasses%2FCircularArray.html;h=6db6b3cc1e6b5e66374aea921f8c98f7926daea8;hb=b537ee9c5e0688123d228f7b0d80bcba516f55a3;hp=6e58d1e1af528ec9ca28d63e6ef945b1617ea484;hpb=85de1563849907302a372b5da416e5cb15c23307;p=poolifier.git diff --git a/docs/classes/CircularArray.html b/docs/classes/CircularArray.html index 6e58d1e1..6db6b3cc 100644 --- a/docs/classes/CircularArray.html +++ b/docs/classes/CircularArray.html @@ -1,6 +1,6 @@ -CircularArray | poolifier - v4.0.2

Class CircularArray<T>Internal

Array with a maximum length and shifting items when full.

+CircularArray | poolifier - v4.0.10

Class CircularArray<T>Internal

Array with a maximum length and shifting items when full.

Type Parameters

  • T

    Type of items.

    -

Hierarchy

  • Array<T>
    • CircularArray

Constructors

Hierarchy

  • Array<T>
    • CircularArray

Constructors

Properties

[unscopables] length size @@ -45,23 +45,23 @@ from isArray of -

Constructors

Properties

[unscopables]: {
    [unscopables]?: boolean;
    length?: boolean;
    [iterator]?: any;
    at?: any;
    concat?: any;
    copyWithin?: any;
    entries?: any;
    every?: any;
    fill?: any;
    filter?: any;
    find?: any;
    findIndex?: any;
    flat?: any;
    flatMap?: any;
    forEach?: any;
    includes?: any;
    indexOf?: any;
    join?: any;
    keys?: any;
    lastIndexOf?: any;
    map?: any;
    pop?: any;
    push?: any;
    reduce?: any;
    reduceRight?: any;
    reverse?: any;
    shift?: any;
    slice?: any;
    some?: any;
    sort?: any;
    splice?: any;
    toLocaleString?: any;
    toString?: any;
    unshift?: any;
    values?: any;
}

Is an object whose properties have the value 'true' +

Constructors

Properties

[unscopables]: {
    [unscopables]?: boolean;
    length?: boolean;
    [iterator]?: any;
    at?: any;
    concat?: any;
    copyWithin?: any;
    entries?: any;
    every?: any;
    fill?: any;
    filter?: any;
    find?: any;
    findIndex?: any;
    flat?: any;
    flatMap?: any;
    forEach?: any;
    includes?: any;
    indexOf?: any;
    join?: any;
    keys?: any;
    lastIndexOf?: any;
    map?: any;
    pop?: any;
    push?: any;
    reduce?: any;
    reduceRight?: any;
    reverse?: any;
    shift?: any;
    slice?: any;
    some?: any;
    sort?: any;
    splice?: any;
    toLocaleString?: any;
    toString?: any;
    unshift?: any;
    values?: any;
}

Is an object whose properties have the value 'true' when they will be absent when used in a 'with' statement.

Type declaration

  • Optional Readonly [unscopables]?: boolean

    Is an object whose properties have the value 'true' when they will be absent when used in a 'with' statement.

  • Optional length?: boolean

    Gets or sets the length of the array. This is a number one higher than the highest index in the array.

length: number

Gets or sets the length of the array. This is a number one higher than the highest index in the array.

-
size: number
[species]: ArrayConstructor

Methods

  • Iterator

    +
size: number
[species]: ArrayConstructor

Methods

  • Iterator

    Returns IterableIterator<T>

  • Returns the item located at the specified index.

    Parameters

    • index: number

      The zero-based index of the desired code unit. A negative index will count back from the last item.

      -

    Returns undefined | T

  • Returns the this object after copying a section of the array identified by start and end +

Returns undefined | T

  • Returns the this object after copying a section of the array identified by start and end to the same array starting at position target

    Parameters

    • target: number

      If target is negative, it is treated as length+target where length is the length of the array.

    • start: number

      If start is negative, it is treated as length+start. If end is negative, it is treated as length+end.

    • Optional end: number

      If not specified, length of the this object is used as its default value.

      -

    Returns this

  • Returns an iterable of key, value pairs for every entry in the array

    +

Returns this

Returns void

Returns U[]

Returns U

Returns this

Returns this

Returns U[]

\ No newline at end of file +

Returns T[]

\ No newline at end of file