#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_chan_send(stack: Stack) -> StackExpand description
Send a value through a channel
Stack effect: ( value Channel – Bool )
Returns true on success, false on failure (closed channel). Errors are values, not crashes.
§Safety
Stack must have a Channel on top and a value below it