Core & Utilities
Data & State
Frontend & Logic
Architecture & Security
Appearance
Returns elements present in source but not in other.
import { difference } from '@vielzeug/toolkit'; difference([1, 2, 3], [2, 4]); // [1, 3]