---
title: "KCL Standard Library"
excerpt: "Documentation for the KCL standard library for the Zoo Design Studio."
layout: manual
---
## Table of Contents
### Functions
{{#each functions}}
* [**{{name}}**]({{file_name}})
{{#each items}}
* [`{{name}}`]({{file_name}})
{{/each}}
{{/each}}
### Constants
{{#each consts}}
* [**{{name}}**]({{file_name}})
{{#each items}}
* [`{{name}}`]({{file_name}})
{{/each}}
{{/each}}
### Types
See also the [types overview]({{types_overview_link}})
{{#each types}}
* [**{{name}}**]({{file_name}})
{{#each items}}
* [`{{name}}`]({{file_name}})
{{/each}}
{{/each}}