mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Inference of tuple 'params T`
This commit is contained in:
parent
f6d18c111f
commit
66d3581911
14 changed files with 721 additions and 75 deletions
|
@ -846,7 +846,7 @@ public:
|
|||
return (mKind == BfTypedValueKind_NoValue) && (mType != NULL);
|
||||
}
|
||||
|
||||
bool IsParams()
|
||||
bool IsParams() const
|
||||
{
|
||||
return (mKind == BfTypedValueKind_ParamsSplat) || (mKind == BfTypedValueKind_Params);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue