@eagleoutice/flowr - v2.13.1
    Preparing search index...

    A value abstract domain with abstraction function and a satisfiability check for concrete values.

    interface ValueDomain<T> {
        from(...values: T[]): this;
        satisfies(value: T): Ternary;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Implemented by

    Hierarchy-Diagram

    UML class diagram of ValueDomain
    Index

    Methods

    Methods