array.cpp 107 B

12345
  1. #include "array.hpp"
  2. void* array_len(void* v){
  3. return Gomu::to_integer(((Gomu::ArrayValue*)v)->size);
  4. }