### mrb_ary_new ```C mrb_value mrb_ary_new(mrb_state *mrb); ``` Initializes an array. #### Example example.c ```C ```