- {{#if this.is_async}}
async {{/if}}fn
{{this.name}}{{#if this.parameters}}<{{literal this.parameters}}>{{/if}}({{literal this.args}}){{#if this.return_type}} -> {{literal this.return_type}}{{/if}}
- {{#if this.deprecated}}
Deprecated:{{this.deprecated}}
{{/if}}
-