isFinalized

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)
    bool
    isFinalized
    (
    T
    )
    (
    in T t
    )
  2. bool finalized [@property getter]

Meta