[][src]Function show_notes::e016::add_to_each_string

pub fn add_to_each_string(
    list_contained_strings: &[RefCell<SimpleNonCopyable>],
    to_push: &str
)

Demonstrate interior mutability with Rc and RefCell.