JsSet

object JsSet
Companion:
class
class Object
trait Matchable
class Any
JsSet.type

Type members

Classlikes

final implicit class RichJsSet[A](val set: JsSet[A]) extends AnyVal
final class RichScalaJsSet[A](val set: Set[A]) extends AnyVal

Value members

Concrete methods

def from[A](set: Set[A]): JsSet[A]

Cast a js.Set to JsSet. It's safe because they have the same runtime representation.

Cast a js.Set to JsSet. It's safe because they have the same runtime representation.

Implicits

Implicits

final implicit def RichJsSet[A](set: JsSet[A]): RichJsSet[A]