You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
This is an experimental project doing multiple inheritance OOP using C3 MRO in Rust that is co-developed with Codex.
2
2
3
-
This project supports virtual/non-virtual inheritance (mixed virtual and non-virtual inheritance is also supported), abstract methods/classes, generic classes, virtual/non-virtual methods, static/const class items, class functions, unsafe/async methods, const functions (const functions cannot be virtual), path-dependent and non path-dependent up/down casts.
3
+
This project supports virtual/non-virtual inheritance (mixed virtual and non-virtual inheritance is also supported), abstract methods/classes, generic classes, virtual/non-virtual methods, static/const class items, class functions, unsafe/async methods, const functions (const functions cannot be virtual), up/down casts (ambiguous casts can be made unambiguous by specifying the path to the base class).
4
4
5
5
Mandatory `#[override]` attributes are required when a method overrides a superclass method.
0 commit comments