mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Expanding support for params
in delegates, params
tuple support
This commit is contained in:
parent
4b660b2314
commit
421cace017
11 changed files with 203 additions and 59 deletions
|
@ -213,6 +213,11 @@ namespace System
|
|||
public static extern bool Equals<T>(T val1, T val2);
|
||||
}
|
||||
|
||||
struct Tuple
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
struct Function : int
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue