Implemented static methods in String struct. Implemented String.Format and String.AppendFormat. Implemented native vararg methods for the future.
This commit is contained in:
parent
da3da61b67
commit
6f5fff00a0
14 changed files with 213 additions and 312 deletions
|
|
@ -36,6 +36,7 @@ enum
|
|||
ZCC_Virtual = 1 << 13,
|
||||
ZCC_Override = 1 << 14,
|
||||
ZCC_Transient = 1 << 15,
|
||||
ZCC_VarArg = 1 << 16
|
||||
};
|
||||
|
||||
// Function parameter modifiers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue