sdlLiteralToD

Converts literal to the given D type T. This is a wrapper arround the sdlLiteralToD function that returns true on sucess, except this function returns the value itself and throws an SdlParseException on error.

  1. T sdlLiteralToD(const(char)[] literal)
    T
    sdlLiteralToD
    (
    T
    )
    (
    const(char)[] literal
    )
  2. bool sdlLiteralToD(const(char)[] literal, T t)

Meta