WasiEmscriptenHostIntDef
annotation class WasiEmscriptenHostIntDef(val value: Int = [], val flag: Boolean = false, val open: Boolean = false)(source)
Annotation denote that the annotated long element represents a logical type and that its value should be one of the explicitly named constants.
If the flag attribute is set to true, multiple constants can be combined.
This is similar to the IntDef annotation from the androidx-annotation package, but with BINARY retention. It is used only as a hint to the reader.