Intersection
Tersedia
Returns the sorted intersection of lists.
Intersection[list1, list2, …]
Intersection[{1, 2, 3, 4}, {2, 4, 6}]
→ {2, 4}Intersection[{a, b, c}, {b, c, d}]
→ {b, c}Intersection[{1, 2, 3}, {4, 5, 6}]
→ {}Intersection[{1, 2, 3}, {1, 2, 3}]
→ {1, 2, 3}Intersection[{1, 2, 3}, {2, 3}, {3}]
→ {3}Intersection[]
→
Intersection::argm: Intersection called with 0 arguments; 1 or more arguments are expected.
Intersection[] Semua 6300 fungsi ·
Pakai ini dari klien MCP