alias Hace::Value

Overview

A variable value. Variables may be defined as any scalar or nested structure in the Hacefile, so this recursive union is the single typed representation used everywhere past the YAML parsing boundary.

Alias Definition

Array(Hace::Value) | Bool | Float64 | Hash(String, Hace::Value) | Int64 | String | Nil

Defined in:

hace.cr