From d9e6f899d0d9d7979ad191954ee123f10c7bad5c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 27 Jan 2017 11:54:29 -0500 Subject: debugs template --- org/ao_output_debugs.org | 53 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 13 deletions(-) (limited to 'org/ao_output_debugs.org') diff --git a/org/ao_output_debugs.org b/org/ao_output_debugs.org index 145a7a5..fe20f17 100644 --- a/org/ao_output_debugs.org +++ b/org/ao_output_debugs.org @@ -21,19 +21,18 @@ /++ output debugs +/ -template SiSUoutputDebugs() { - struct SDPoutputDebugs { - auto abstract_doc_source_debugs(S,T)( - auto ref const S contents, - auto ref T doc_matters, - ) { - mixin SiSUrgxInit; - mixin InternalMarkup; - <> - <> - <> - <> - } +template SiSUdebugs() { + <> + auto SiSUdebugs(S,T)( + auto ref const S contents, + auto ref T doc_matters, + ) { + mixin SiSUrgxInit; + mixin InternalMarkup; + <> + <> + <> + <> } } } @@ -42,6 +41,34 @@ template SiSUoutputDebugs() { * 1. output debugs :debug:output: [[./sdp.org][sdp]] [[./][org/]] +** imports + +#+name: debug_imports +#+BEGIN_SRC d +import + ao_defaults, + ao_rgx; +private import + std.algorithm, + std.array, + std.container, + std.exception, + std.getopt, + std.json, + std.process, + std.stdio, + std.file, + std.path, + std.range, + std.regex, + std.string, + std.traits, + std.typecons, + std.uni, + std.utf, + std.conv : to; +#+END_SRC + ** initialize :report: #+name: initialize -- cgit v1.2.3