BSKCategory* BSKCategoryIntersection( BSKCategory* first, BSKCategory* second );Inputs:
Description: Creates a new category that is the intersection of the given 'first' and 'second' categories -- in other words, it contains only the items that exist in both the 'first' and 'second' categories.
Return to the API
Return to the function listing