MCPcopy Create free account
hub / github.com/digama0/lean-sys / lean_copy_array

Function lean_copy_array

src/array/high_level.rs:87–89  ·  view source on GitHub ↗
(a: lean_obj_arg)

Source from the content-addressed store, hash-verified

85
86#[inline(always)]
87pub unsafe fn lean_copy_array(a: lean_obj_arg) -> lean_obj_res {
88 lean_copy_expand_array(a, false)
89}
90
91#[inline(always)]
92pub unsafe fn lean_ensure_exclusive_array(a: lean_obj_arg) -> lean_obj_res {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected