interface haxe

interface Printable {
    public var x:Float;
    public function toString():String;
}
Scary Seahorse