dafny_runtime::rcmut

Function array_object_from_box

Source
pub fn array_object_from_box<T>(data: Box<[T]>) -> Object<[T]>