1%include <std_except.i>
2
3%apply size_t { std::size_t };
4%apply const size_t& { const std::size_t& };
5
6