10 lines
132 B
OpenEdge ABL
10 lines
132 B
OpenEdge ABL
%define %array_class(TYPE,NAME)
|
|
%array_class_wrap(TYPE,NAME,__getitem__,__setitem__)
|
|
%enddef
|
|
|
|
%include <typemaps/carrays.swg>
|
|
|
|
|
|
|
|
|