trait BigUint64ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[BigUint64Array] with Instantiable1[|[|[ArrayBufferLike, Double], scala.scalajs.js.Iterable[scala.scalajs.js.BigInt]], BigUint64Array] with Instantiable2[ArrayBufferLike, Double, BigUint64Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, BigUint64Array]
- Annotations
- @JSType() @native()
- Source
- BigUint64ArrayConstructor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigUint64ArrayConstructor
- Instantiable3
- Instantiable2
- Instantiable1
- Instantiable0
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- val BYTES_PER_ELEMENT: Double
The size in bytes of each element in the array.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def from[U](arrayLike: ArrayLike[U], mapfn: Function2[U, Double, scala.scalajs.js.BigInt], thisArg: Any): BigUint64Array
- def from[U](arrayLike: ArrayLike[U], mapfn: Function2[U, Double, scala.scalajs.js.BigInt]): BigUint64Array
- def from(arrayLike: ArrayLike[scala.scalajs.js.BigInt]): BigUint64Array
Creates an array from an array-like or iterable object.
Creates an array from an array-like or iterable object.
- arrayLike
An array-like or iterable object to convert to an array.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def of(items: scala.scalajs.js.BigInt*): BigUint64Array
Returns a new array from a set of elements.
Returns a new array from a set of elements.
- items
A set of elements to include in the new array object.
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated