y property

  1. @Deprecated('Use `out` instead.')
Logic y
inherited

The output of this gate (width is always 1).

Deprecated: use out instead.

Implementation

@Deprecated('Use `out` instead.')
Logic get y => out;