zuzu-rust 0.6.0

Rust implementation of ZuzuScript
Documentation
1
2
3
4
5
6
7
from test/c21/traits import LeftName, RightName;

class Diamondish with LeftName, RightName {
	method conflict_name () {
		return "override";
	}
}