Debug import { Debug } from "destack:ops"; Interface for developer-facing string representation. Diagnostics and structural dumps dispatch through this interface. Template interpolation never reaches it implicitly. export newtype interface Debug { debug(): Cow<"frame", string>; } language/library/src/ops/format.ds:21:24 Members debug(): Cow<"frame", string> Return a developer-facing string representation.