Mint::Compiler::Signal
Represents a Preact signal (https://preactjs.com/guide/v10/signals/). Signals are treated
differently from variables because we will need to access them using the .value accessor.
Constructors
new(value : Ast::Node | Size)
SourceInstance methods
clone
Sourcecopy_with(value _value = @value)
Sourcevalue