//! The Modify branch of citadel handles the manipulation
//! of lists and slices, including the transformation and
//! coercions of such lists.
#[macro_use]pubmodcoerce;#[cfg(test)]modtests{usesuper::*;#[test]pubfntest_coerce(){assert_eq!(str_to!("foo",Vec<char>),vec!['f','o','o']);}}