package std
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- std
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ArrayLike[T] extends Object with StObject with NumberDictionary[T]
- Annotations
- @JSType() @native()
- trait Error extends Object with StObject
- Annotations
- @JSType() @native()
- trait Iterable[T] extends Object with StObject
- Annotations
- @JSType() @native()
- trait IterableIterator[T] extends Object with StObject with Iterator[T, Any, Unit]
- Annotations
- @JSType() @native()
- trait Iterator[T, TReturn, TNext] extends Object with StObject
- Annotations
- @JSType() @native()
- trait IteratorResult[T, TReturn] extends Object with StObject
- Annotations
- @JSType()
- trait IteratorReturnResult[TReturn] extends Object with StObject with IteratorResult[Any, TReturn]
- Annotations
- @JSType() @native()
- trait IteratorYieldResult[TYield] extends Object with StObject with IteratorResult[TYield, Any]
- Annotations
- @JSType() @native()
- type Record[K, T] = StringDictionary[T]
Construct a type with a set of properties K of type T
- trait Set[T] extends Object with StObject
- Annotations
- @JSType() @native()
- 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
- object ArrayLike
- object Error
- object IteratorResult
- object IteratorReturnResult
- object IteratorYieldResult
- object stdBooleans
- object stdStrings