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

File min_max.rs

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

Source from the content-addressed store, hash-verified

1//! Minimum and maximum operations. They operate on unsigned integers represented as bitstrings.
2use crate::custom_ops::{CustomOperation, CustomOperationBody};
3use crate::data_types::{array_type, Type};
4use crate::errors::Result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected