mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added nullable(T), Result<T> can use null conditionals
This commit is contained in:
parent
336226d686
commit
68bf7bc801
19 changed files with 343 additions and 210 deletions
|
@ -1628,7 +1628,7 @@ public:
|
|||
BfTupleType* CreateTupleType(const BfTypeVector& fieldTypes, const Array<String>& fieldNames);
|
||||
BfTupleType* SantizeTupleType(BfTupleType* tupleType);
|
||||
BfRefType* CreateRefType(BfType* resolvedTypeRef, BfRefType::RefKind refKind = BfRefType::RefKind_Ref);
|
||||
BfRetTypeType* CreateRetTypeType(BfType* resolvedTypeRef);
|
||||
BfModifiedTypeType* CreateModifiedTypeType(BfType* resolvedTypeRef, BfToken modifiedKind);
|
||||
BfConcreteInterfaceType* CreateConcreteInterfaceType(BfTypeInstance* interfaceType);
|
||||
BfTypeInstance* GetWrappedStructType(BfType* type, bool allowSpecialized = true);
|
||||
BfTypeInstance* GetPrimitiveStructType(BfTypeCode typeCode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue