finalized

Determines whether class instance t is finalized.

Also returns true if t's memory is zero-filled.

T must be either class or interface.

  1. bool isFinalized(T t)
  2. bool finalized [@property getter]
    @property
    bool
    finalized
    (
    T
    )
    (
    in T t
    )

Meta