New proposal

This commit is contained in:
2023-01-13 19:34:01 +01:00
parent c1f86c11c3
commit 509c25dfec
2 changed files with 45 additions and 2 deletions

View File

@@ -195,6 +195,10 @@ namespace JabyEngine {
this->clear_bit(value.bit);
return *this;
}
constexpr __always_inline operator T() const {
return this->raw;
}
};
}