pub unsafe extern "C" fn clingo_symbol_hash(
    symbol: clingo_symbol_t
) -> usize
Expand description

! Calculate a hash code of a symbol. ! ! @param[in] symbol the target symbol ! @return the hash code of the symbol