StringExpr.this

Primary constructor.

  1. this(const(void)[] data, Type charType)
    class StringExpr
    this
    (
    const(void)[] data
    ,
    )
  2. this(Token*[] tokens)

Parameters

data
Type: const(void)[]

Never pass a string to this parameter. Implicit array type conversion can change the length property!

charType
Type: Type

The semantic type of the characters.

Meta