ValueType

Type Alias ValueType 

Source
pub type ValueType = c_uint;
Expand description

@brief Represents the state of a Nix value

Thunk values (NIX_TYPE_THUNK) change to their final, unchanging type when forced.

@see https://nix.dev/manual/nix/latest/language/evaluation.html @enum ValueType @ingroup value