The Noir LanguageStandard LibraryfmtstrVersion: devOn this pagefmtstrfmtstr<N, T> is the type resulting from using format string (f"..."). Methods quoted_contents quoted_contentspub comptime fn quoted_contents(self) -> Quoted {} Source code: noir_stdlib/src/meta/format_string.nr#L3-L5 Returns the format string contents (that is, without the leading and trailing double quotes) as a Quoted value.