StringLiteral

A template that coerces a string literal to a SentinelString. Note that this template becomes unnecessary if the type of string literal is changed to SentinelString.

  1. SentinelString StringLiteral [@property getter]
    pragma(inline) @property @trusted
    StringLiteral
    (
    string s
    )
    ()
  2. SentinelWstring StringLiteral [@property getter]
  3. SentinelDstring StringLiteral [@property getter]

Meta