notEqual import { notEqual } from "destack:assert"; Assert that actual does not equal expected. export function notEqual(actual: T, expected: T, message?: string | undefined): void language/library/src/assert/assert.ds:52:55