struct Mint::Compiler::Signal
- Mint::Compiler::Signal
- Struct
- Value
- Object
Overview
Represents a Preact signal (https://preactjs.com/guide/v10/signals/). Signals are treated
differently from vaiables because we will need to access them using the .value
accessor.