//! 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.
modcollection;pub(crate)modnumeric;pub(crate)modordering;modpartial_ord;modtext;