Beef
Beef copied to clipboard
extension syntax can't be used with mixins
minor inconviniece
class Foo {}
public static void Bar(this Foo foo) {}
public static mixin Bar(this Foo foo) {}
Foo foo = scope .();
foo.Bar(); // works
foo.Bar!(); // Cannot find mixin