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

Function lean_sarray_elem_size

src/sarray/mod.rs:21–24  ·  view source on GitHub ↗
(o: *const lean_object)

Source from the content-addressed store, hash-verified

19
20#[inline(always)]
21pub unsafe fn lean_sarray_elem_size(o: *const lean_object) -> c_uint {
22 debug_assert!(lean_is_sarray(o));
23 lean_ptr_other(o)
24}
25
26#[inline(always)]
27pub unsafe fn lean_sarray_capacity(o: *const lean_object) -> usize {

Callers 2

lean_sarray_byte_sizeFunction · 0.85

Calls 1

lean_ptr_otherFunction · 0.85

Tested by

no test coverage detected