MCPcopy Index your code
hub / github.com/ciphermodelabs/ciphercore / comparisons.rs

File comparisons.rs

ciphercore-base/src/ops/comparisons.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Various comparison functions for signed and unsigned integers including greater-than, less-than, greater-than-equal-to, less-than-equal-to, equal, not-equal.
2use crate::custom_ops::{CustomOperation, CustomOperationBody, Not};
3use crate::data_types::{array_type, scalar_type, ArrayShape, Type, BIT};
4use crate::data_values::Value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected