pub const LLVMAtomicRMWBinOp_LLVMAtomicRMWBinOpUMin: LLVMAtomicRMWBinOp = 10;Expand description
< Sets the value if it’s greater than the original using an unsigned comparison and return the old one
pub const LLVMAtomicRMWBinOp_LLVMAtomicRMWBinOpUMin: LLVMAtomicRMWBinOp = 10;< Sets the value if it’s greater than the original using an unsigned comparison and return the old one