10 lines
132 B
OpenEdge ABL
Raw Normal View History

2020-04-22 12:56:21 -04:00
%define %array_class(TYPE,NAME)
%array_class_wrap(TYPE,NAME,__getitem__,__setitem__)
%enddef
%include <typemaps/carrays.swg>