//! Module: value::ops
//!//! Responsibility: behavior-oriented operations over the `Value` representation.
//! Does not own: the `Value` enum shape or persistence encoding.
//! Boundary: text, collection, numeric, and ordering helpers.
pubmodcollection;pubmodnumeric;pubmodordering;pubmodpartial_ord;pubmodtext;