📚 Documentation
The types Future, Function, Class, Object are not mentioned in the documentation of Type System under Reflect.
These are present in the codebase (under reflect module)
|
"Future", |
|
"Function", |
|
"Null", |
|
"Class", |
|
"Object" |
|
}; |
Is there any specific reason for this? I can add them if needed :)