patch_seq_symbol_equal

Function patch_seq_symbol_equal 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_symbol_equal(stack: Stack) -> Stack
Expand description

Compare two symbols for equality

Stack effect: ( Symbol Symbol – Bool )

Optimization (Issue #166): If both symbols are interned (capacity=0), we use O(1) pointer comparison instead of O(n) string comparison.

§Safety

Stack must have two Symbol values on top