You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variant::isArray() and Variant::asArray() mean different things by 'Array' (array by means of the typed-library vs. VariantArray aka std::vector<Variant>). isVariantArray is the actual type query function corresponding to asArray, so asArray should probably be renamed asVariantArray. Same goes for asMap & isVariantMap.
The text was updated successfully, but these errors were encountered:
Variant::isArray()
andVariant::asArray()
mean different things by 'Array' (array by means of the typed-library vs.VariantArray
akastd::vector<Variant>
).isVariantArray
is the actual type query function corresponding toasArray
, soasArray
should probably be renamedasVariantArray
. Same goes forasMap
&isVariantMap
.The text was updated successfully, but these errors were encountered: