Skip to main content

is_aggregate_call

Function is_aggregate_call 

Source
pub fn is_aggregate_call(folded: &[u8], count: usize, star: bool) -> bool
Expand description

Returns whether a folded name may be an aggregate at this argument count.

min(x) is the aggregate and min(x, y) is the scalar; asking the question this way keeps the rule in one place instead of in both lookups.