[][src]Function in3_sys::d_to_bytes

pub unsafe extern "C" fn d_to_bytes(item: *mut d_token_t) -> bytes_t

returns the byte-representation of token.

In case of a number it is returned as bigendian. booleans as 0x01 or 0x00 and NULL as 0x. Objects or arrays will return 0x.