unescapeStringLiteral

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool unescapeStringLiteral(Input input, Output output, String sliced_result, OutputInitFunc output_init, string error, size_t column)
    package
    bool
    unescapeStringLiteral
    (
    bool track_location
    bool skip_utf_validation
    Input
    Output
    String
    OutputInitFunc
    )
    (
    ref Input input
    ,
    ref Output output
    ,
    ref String sliced_result
    ,
    scope OutputInitFunc output_init
    ,
    ref string error
    ,
    ref size_t column
    )
  2. bool unescapeStringLiteral(String str_lit, String dst)

Meta