pub type MutableReference = Ref<Value>;
pub struct MutableReference(pub Rc<RefCell<Value>>);
0: Rc<RefCell<Value>>