Searched refs:replace_formatted (Results 1 – 2 of 2) sorted by relevance
264 self.replace_formatted(index, value) in replace()285 pub fn replace_formatted(&mut self, index: usize, v: Value) -> Value { in replace_formatted() method
620 b.replace_formatted(4, Value::from("yikes").decorated(" ", "")) in test_insert_replace_into_array()