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

    A string value abstract domain with string operations and a satisfiability check.

    interface StringDomain {
        concat(other: this): this;
        from(...values: string[]): this;
        satisfies(value: string, comparator?: StringComparator): Ternary;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of StringDomain
    Index

    Methods