pub fn is_aggregate_call(folded: &[u8], count: usize, star: bool) -> boolExpand 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.