Skip to main content

search_prefix

Function search_prefix 

Source
pub fn search_prefix(
    prefix: &str,
) -> impl Iterator<Item = &'static FunctionInfo>
Expand description

Return all functions whose name starts with the given prefix (case-insensitive).