Actions
Feature #8264
closeddefine struct under the given namespace
Feature #8264:
define struct under the given namespace
Description
=begin
As commented in ((%struct.c%)), it's old style to define (({Struct::Foo})) automatically.
But there is no handy way to define a (({Struct})) under other namespaces, so I propose new C API to do it, (({rb_struct_define_under()})).
=end
Files
Actions