Function get_previous_function

Source
pub fn get_previous_function(func: &ValueRef) -> Option<ValueRef>
Expand description

Decrement a Function iterator to the previous Function.

Returns None if the iterator was already at the beginning and there are no previous functions.