sS targetBlankIf(S link, O contents, bool targetBlank, O... params) { ret ahref_possiblyTargetBlank(link, contents, targetBlank, params); } sS targetBlankIf(bool targetBlank, S link, O contents, O... params) { ret ahref_possiblyTargetBlank(targetBlank, link, contents, params); }