Skip to main content

interp_heap_size

Function interp_heap_size 

Source
fn interp_heap_size(
    args: &[RValue],
    named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Return the number of elements in a max-heap.

@param h integer scalar: heap ID @return integer scalar: the number of elements