• Check if something is nil. Can be used as a typeguard.

    Type Parameters

    • TSubject

      The type of the subject.

    Parameters

    Returns subject is Nil

    true if the subject is nil, false otherwise.