We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5a76b commit 5bcd204Copy full SHA for 5bcd204
dsc_lib/src/functions/intersection.rs
@@ -16,7 +16,7 @@ impl Function for Intersection {
16
FunctionMetadata {
17
name: "intersection".to_string(),
18
description: t!("functions.intersection.description").to_string(),
19
- category: FunctionCategory::Array,
+ category: vec![FunctionCategory::Array, FunctionCategory::Object],
20
min_args: 2,
21
max_args: usize::MAX,
22
accepted_arg_ordered_types: vec![
0 commit comments