Subset
Checks if a set is a subset of another one.
Syntax
subset?(List | Vector, List | Vector)
Description
Given two list or vectors and , returns true
if the is a subset of , and false
otherwise.
Checks if a set is a subset of another one.
subset?(List | Vector, List | Vector)
Given two list or vectors and , returns true
if the is a subset of , and false
otherwise.