Variable TernaryExpression.colon

Store this so that we know where the ':' is

class TernaryExpression
{
  // ...
  TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;") colon ;
  // ...
}