qtil
advanced-security/qtil-swift 0.0.3
Search

Predicate defaultEscapeMap

An escape map that escapes newlines, carriage returns, and tabs, to \n, \r, and \t respectively.

See the Escape module for more details on how to use this escape map.

Import path

import qtil.strings.Escape
predicate defaultEscapeMap(Char real, Char escaped)