-
Notifications
You must be signed in to change notification settings - Fork 1
StandardType
Trevor Sears edited this page Mar 3, 2020
·
1 revision
TODO
An enumeration of the standard types found in JavaScript.
Implements/Overrides AbstractType
Type Parameters:
-
E The compile-time type of the given
StandardType
instance.
class StandardType<E> extends AbstractType<E> { ... }