--- layout: base.njk lang: en ---

{{ category }} · available since {{ since }}

{{ title }}

{{ summary }}

← All functions Open the manual
{{ content | safe }} {% if related %}

Related functions

{% for slug in related %} {% for item in collections.sortedFeatures %} {% if item.fileSlug == slug %} {{ item.data.title }} {% endif %} {% endfor %} {% endfor %}
{% endif %}

← Back to all functions