Beispiel #1
0
 native_int to_native() const {
   return STRIP_FIXNUM_TAG(this);
 }
Beispiel #2
0
 native_int to_native() {
   if(fixnum_p()) return STRIP_FIXNUM_TAG(this);
   return slow_to_native();
 }