struct

Mint::Compiler::Signal

Inherits Struct < Value < Object

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)
Source

Instance methods

clone
Source
copy_with(value _value = @value)
Source
value