Constant

UNI_DONE

Successful completion of an operation.

Since v1.0
enum unistat {
    UNI_DONE,
}

Discussion 🔗

Represents the successful completion of an operation. An example of a function that returns this status code is uni_next which returns it when the end of the input string has been reached.