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

Function lean_sarray_cptr

src/sarray/mod.rs:54–56  ·  view source on GitHub ↗
(o: *mut lean_object)

Source from the content-addressed store, hash-verified

52
53#[inline(always)]
54pub unsafe fn lean_sarray_cptr(o: *mut lean_object) -> *mut u8 {
55 raw_field!(lean_to_sarray(o), lean_sarray_object, m_data) as *mut _
56}

Callers 3

lean_byte_array_ugetFunction · 0.85
lean_byte_array_usetFunction · 0.85
lean_float_array_cptrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected