Help for this page

Select Code to Download


  1. or download this
    class MyStruct is repr('CStruct') {
        has int    $.int;
    ...
            $!arr := $arr;
        }
    }
    
  2. or download this
    typedef struct {
        long intval;
        double numval;
        long *arr;
    } MyStruct;