Packages

package std

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. std
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ArrayLike[T] extends Object with StObject with NumberDictionary[T]
    Annotations
    @JSType() @native()
  2. trait Error extends Object with StObject
    Annotations
    @JSType() @native()
  3. trait Iterable[T] extends Object with StObject
    Annotations
    @JSType() @native()
  4. trait IterableIterator[T] extends Object with StObject with Iterator[T, Any, Unit]
    Annotations
    @JSType() @native()
  5. trait Iterator[T, TReturn, TNext] extends Object with StObject
    Annotations
    @JSType() @native()
  6. trait IteratorResult[T, TReturn] extends Object with StObject
    Annotations
    @JSType()
  7. trait IteratorReturnResult[TReturn] extends Object with StObject with IteratorResult[Any, TReturn]
    Annotations
    @JSType() @native()
  8. trait IteratorYieldResult[TYield] extends Object with StObject with IteratorResult[TYield, Any]
    Annotations
    @JSType() @native()
  9. type Record[K, T] = StringDictionary[T]

    Construct a type with a set of properties K of type T

  10. trait Set[T] extends Object with StObject
    Annotations
    @JSType() @native()
  11. trait Uint8Array extends Object with StObject with NumberDictionary[Double]

    A typed array of 8-bit unsigned integer values.

    A typed array of 8-bit unsigned integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()

Value Members

  1. object ArrayLike
  2. object Error
  3. object IteratorResult
  4. object IteratorReturnResult
  5. object IteratorYieldResult
  6. object stdBooleans
  7. object stdStrings

Inherited from AnyRef

Inherited from Any

Ungrouped