Expression.extractLast

If 'e' is a tree of commas, returns the rightmost expression by stripping off it from the tree. The remained part of the tree is returned via e0. Otherwise 'e' is directly returned and e0 is set to NULL.

class Expression
extern (D) static
extractLast
Suggestion Box / Bug Report