Options
All
  • Public
  • Public/Protected
  • All
Menu

Seq which represents a set of values.

Because Seq are often lazy, Seq.Set does not provide the same guarantee of value uniqueness as the concrete Set.

Index

Functions

Functions

  • Returns a Seq.Set of the provided values

    Type parameters

    • T

    Parameters

    • Rest ...values: T[]

    Returns <internal>.Set<T>

Generated using TypeDoc