接口 IDisposable实验性

Simple abstraction for disposable objects.

interface IDisposable {
    teardown(): void;
}

实现于

方法

方法