mrdocs::js::Value::isArray
Check if the value is an array.
Synopsis
Declared in <mrdocs/Engines/JavaScript/Value.hpp>
bool
isArray() const noexcept;
Return Value
true if the value is an array, false otherwise
Created with MrDocs