12

主要是为了创建合理的示例,我想知道哪些数据结构和函数可用于 Raku 的native界面,如

class a-class is repr('CStruct') { has int $.whatever; }
class another-class is repr('CPPStruct') { has int $.whateverelse; }
sub a_native_function( another-class $object ) is native {*};

有没有办法列出它们?我特别想获得C++函数和数据结构的例子,这样我就不必创建和编译外部库来创建一个例子。

4

0 回答 0