blob: d79dc088142a14242acfad13de31b7d2c8cc5f6d [file] [log] [blame]
---
title: 'Core Starlark data types'
---
This section lists the data types of the [Starlark core language](https://github.com/bazelbuild/starlark/blob/master/spec.md#built-in-constants-and-functions). With some exceptions, these type names are not valid Starlark symbols; instances of them may be acquired through different means.
* [bool](/versions/9.0.0/rules/lib/core/bool)
* [builtin\_function\_or\_method](/versions/9.0.0/rules/lib/core/builtin_function_or_method)
* [dict](/versions/9.0.0/rules/lib/core/dict)
* [float](/versions/9.0.0/rules/lib/core/float)
* [function](/versions/9.0.0/rules/lib/core/function)
* [int](/versions/9.0.0/rules/lib/core/int)
* [json](/versions/9.0.0/rules/lib/core/json)
* [list](/versions/9.0.0/rules/lib/core/list)
* [range](/versions/9.0.0/rules/lib/core/range)
* [set](/versions/9.0.0/rules/lib/core/set)
* [string](/versions/9.0.0/rules/lib/core/string)
* [tuple](/versions/9.0.0/rules/lib/core/tuple)