Statement.last

Find last statement in a sequence of statements.

class Statement
inout nothrow pure
inout(Statement)
last
()

Return Value

Type: inout(Statement)

the last statement, or null if there isn't one

Suggestion Box / Bug Report