Skip to main content

interp_deque_push_front

Function interp_deque_push_front 

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

Prepend a value to the front of a deque.

@param d integer scalar: deque ID @param value any R value to prepend @return NULL (invisibly)