Latest changes back from 2021, before starting from scratch.

This commit is contained in:
2024-01-11 02:55:07 +03:00
parent b8495b4cc3
commit 6bdc8cce09
64 changed files with 2113 additions and 1577 deletions

View File

@@ -19,13 +19,14 @@ class int {
int operator *int;
int operator //int;
int operator **int;
int operator %int;
int operator <<int;
int operator >>int;
int operator &int;
int operator ^int;
int operator |int;
range operator to int;
range operator 'to' int;
int popcount();
int length(int base=2);
@@ -42,6 +43,7 @@ class float {
float operator /float;
int operator //float;
float operator **float;
float operator %float;
int round();
bool isint();