Ticket #86 (new defect)

Opened 2 years ago

Object Lifetime documentation needs updating

Reported by: Andrej08 Assigned to:
Priority: major Version:
Keywords: Cc:

Description

http://www.dsource.org/projects/qtd/wiki/ObjectLifeTime

The docs reference these two functions: qtd.QtdObject?.scoped qtd.QtdObject?.dispose

Neither of them exist in QtdObject?.d.

There is scoped in std.typecons, should we use that? And maybe clear() instead of dispose?