always import { always } from "destack:assert"; Record that condition should always hold when reached. export function always(condition: boolean, message: string, details?: Details | undefined): void language/library/src/assert/assert.ds:100:102