mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Comptime debugging
This commit is contained in:
parent
bbb97d1490
commit
ff2e40e3bf
40 changed files with 6213 additions and 443 deletions
|
@ -750,6 +750,11 @@ public:
|
|||
return (mKind == BfTypedValueKind_UntypedValue);
|
||||
}
|
||||
|
||||
bool IsNoValueType() const
|
||||
{
|
||||
return (mKind == BfTypedValueKind_NoValue);
|
||||
}
|
||||
|
||||
bool IsParams()
|
||||
{
|
||||
return (mKind == BfTypedValueKind_ParamsSplat) || (mKind == BfTypedValueKind_Params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue