[][src]Module dark_vm::values::value

The Value module, which contains the Value struct. This maintains the position, along with the kind of a given value.

Structs

Value

The Value struct maintains both the position where this value is used and its kind. Maintaining the position is useful because it can be used to produce good error messages.