pub const LLVMAtomicRMWBinOp_LLVMAtomicRMWBinOpMin: LLVMAtomicRMWBinOp = 8;Expand description
< Sets the value if it’s Smaller than the original using a signed comparison and return the old one
pub const LLVMAtomicRMWBinOp_LLVMAtomicRMWBinOpMin: LLVMAtomicRMWBinOp = 8;< Sets the value if it’s Smaller than the original using a signed comparison and return the old one