1 %define %array_class(TYPE,NAME)
2   %array_class_wrap(TYPE,NAME,__getitem__,__setitem__)
3 %enddef
4 
5 %include <typemaps/carrays.swg>
6 
7