A enumerator that describes the output of Io.type().

Variables

@:value(cast "closed file")@:enum@:implinlineread onlyClosedFile:IoType = "closed file"

@:value(cast "file")@:enum@:implinlineread onlyFile:IoType = "file"

@:value(cast null)@:enum@:implinlineread onlyNotAFile:IoType = null

Methods

@:impl@:totoString():String