Equal<T> typedef

Equal<T> = T Function(ScopeGet scope)

Equal is a function describe how to resolve a value, this value can be assigned then.

Implementation

typedef Equal<T> = T Function(ScopeGet scope);