buzz icon indicating copy to clipboard operation
buzz copied to clipboard

Object finalizer

Open giann opened this issue 3 years ago • 0 comments

object Stuff {
    Buffer buffer,

    fun ~destroy() > void {
        buffer.deinit();
    }
}

giann avatar Sep 15 '22 15:09 giann