mrdocs::js::Type
Types of values.
Synopsis
Declared in <mrdocs/Support/JavaScript.hpp>
enum class Type : int;
Members
Name |
Description |
|
The value is undefined |
|
The value is null |
|
The value is a boolean |
|
The value is a number |
|
The value is a string |
|
The value is a function |
|
The value is an array |
|
The value is an array |
Created with MrDocs