class
Lit::Environment::Binding
- Lit::Environment::Binding
- Reference
- Object
Overview
a binding is a pair of value and a boolean indicating if it is mutable
Defined in:
lit/environment.crConstructors
Instance Method Summary
Constructor Detail
def self.new(value : Bool | Float64 | Int64 | ::Lit::Callable | ::Lit::Instance | ::Lit::Uninitialized | String | Nil, mutable : Bool)
#