Property definitions

core $ Duplex :: defaultinit
# A `Stream` that can be written to and read from
abstract class Duplex
	super Reader
	super Writer
end
lib/core/stream.nit:598,1--602,3