X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fclasses%2FCircularArray.html;h=bf2462a25d5704d7c9fe654524381619cbd78607;hb=e5c1b3572e6fe4cd11b32742c37039f3a6b3c373;hp=82aa3f5601392cdace7aabe33273d8b0d70526a4;hpb=c02dd5c31cb3ec023721a8564e0c1a1540929226;p=poolifier.git diff --git a/docs/classes/CircularArray.html b/docs/classes/CircularArray.html index 82aa3f56..bf2462a2 100644 --- a/docs/classes/CircularArray.html +++ b/docs/classes/CircularArray.html @@ -1,5 +1,5 @@ -CircularArray | poolifier - v3.0.10

Class CircularArray<T>Internal

Array with a maximum length and shifting items when full.

-

Type Parameters

  • T

Hierarchy

  • Array<T>
    • CircularArray

Constructors

constructor +CircularArray | poolifier - v3.0.13

Class CircularArray<T>Internal

Array with a maximum length and shifting items when full.

+

Type Parameters

  • T

Hierarchy

  • Array<T>
    • CircularArray

Constructors

Properties

[unscopables] length size @@ -44,23 +44,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 CircularArray<T>

Returns void

Returns U[]

Returns U

Returns CircularArray<T>

Returns CircularArray<T>

Returns U[]

Generated using TypeDoc

\ No newline at end of file +

Returns T[]

Generated using TypeDoc

\ No newline at end of file