Function show_notes::e016::add_to_each_string
source ยท pub fn add_to_each_string(
list_contained_strings: &[RefCell<SimpleNonCopyable>],
to_push: &str,
)Expand description
Demonstrate interior mutability with Rc and RefCell.