else_

Add a else branch to a previously defined if.

@safe
else_
(
T
)
(
T if_
)
if (
T.kind.among(ActivityKind.IfThen, ActivityKind.If)
)

Meta