Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Array<T>

Type parameters

  • T

Hierarchy

  • Array

Index

Methods

clone

  • clone(): Array<T>

contains

  • contains(element: T): boolean
  • Checks whether the array contains a given element.

    method

    Array.prototype.contains

    Parameters

    • element: T

      The element to search for

    Returns boolean

    True if the array contains a given element

equals

  • equals(array: Array<any>): boolean
  • Checks whether the two arrays are same.

    method

    Array.prototype.equals

    Parameters

    • array: Array<any>

      The array to compare to

    Returns boolean

    True if the two arrays are same

Generated using TypeDoc