feat(furvm): add type function to thing

This commit is contained in:
2026-06-28 12:35:46 +02:00
parent 079f6326a4
commit a3db4ef1e1
+7
View File
@@ -94,6 +94,13 @@ public:
} }
return std::move(res); return std::move(res);
} }
public:
/**
* @brief Returns the thing's type.
*
* @return The type.
*/
constexpr auto type() const { return m_type; }
public: public:
/** /**
* @brief Returns the thing's int32 value. * @brief Returns the thing's int32 value.