translate

Converts Djinn code to a D code string

  1. string translate(Source* src)
    @safe
    string
    translate
    (
    Source* src
    )
  2. string translate()

Parameters

src Source*

Djinn code source

Return Value

Type: string

D code string

Throws

SyntaxException, std.utf.UTFException, std.file.FileException

Meta