y property

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

Output port of the Mux.

Use out or mux instead.

Implementation

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