Function stark::sail::core::core_eq[][src]

pub fn core_eq(fst: *mut SlHead, lst: *mut SlHead) -> bool
Expand description

Returns true if both arguments’ values are equal

TODO: make eq and hash actually function for all types