Interface Fnot

Inverts the boolean value of argument[0]

interface Fnot {
    args: [Expression<boolean>];
    name: "not";
}

Hierarchy (view full)

Properties

Properties

args: [Expression<boolean>]
name: "not"