Skip to main content

is_partial

Function is_partial 

Source
pub fn is_partial(input: &str) -> bool
Expand description

Returns true if the input looks like a partial expression (i.e. starts with an operator that needs a left-hand operand).