> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::gas::GasBuiltin

The gas builtin.
This type is used to handle gas in the Cairo code.
Contains the amount of gas available for the current run.

## Signature

```rust theme={null}
pub extern type GasBuiltin;
```
