BooleanΒΆ
Boolean represents a staged single boolean value.
Note that this type shadows the unstaged Scala Boolean. In the case where an unstaged Boolean type is required, use the full scala.Boolean name.
Infix methods
| class Boolean | |
|---|---|
def unary_!: Boolean
Negates the given boolean expression.
|
|
def toString: String
Creates a printable String from this value
[NOTE] This method is unsynthesizable, and can be used only on the CPU or in simulation.
|