Basic Syntax

list取交集

set([1,2,3]).intersection(set([2,3,4]))

Last updated