pub unsafe extern "C" fn rb_fix2uint(num: VALUE) -> c_ulongExpand description
Identical to rb_num2uint.
@param[in] num Something numeric.
@exception rb_eTypeError num is not a numeric.
@exception rb_eRangeError num is out of range of unsigned int.
@return The passed value converted into C’s unsigned long.
@internal
§This function seems to be a complete waste of disk space. @shyouhei has no
idea why this is a different thing from rb_num2short.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3