This commit is contained in:
nub31
2025-06-21 17:34:34 +02:00
parent 99802c1abb
commit a97aed0b9c
2 changed files with 208 additions and 201 deletions

View File

@@ -43,6 +43,8 @@ public abstract class NubType
public bool IsNumber => IsFloat32 || IsFloat64 || IsInteger;
public bool IsVoid => this is NubVoidType;
public abstract override bool Equals(object? obj);
public abstract override int GetHashCode();
public abstract override string ToString();