Files
2019-08-04 21:38:19 -05:00

7 lines
129 B
OpenEdge ABL

%define %array_class(TYPE,NAME)
%array_class_wrap(TYPE,NAME,__getitem__,__setitem__)
%enddef
%include <typemaps/carrays.swg>