RichScalaJsArray

com.raquo.ew.JsArray.RichScalaJsArray
final class RichScalaJsArray[A](val arr: Array[A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def ew: JsArray[A]

Unsafe because JsVector users assume it's immutable, but the original array can be used to mutate it.

Unsafe because JsVector users assume it's immutable, but the original array can be used to mutate it.

Attributes

Concrete fields

val arr: Array[A]