CsvProxy.defaultIsSymbolHandler

Static method that returns whether a given character range is considered a symbol, serving as the default handler for symbol detection. (community summary)

struct CsvProxy
static @safe pure @nogc nothrow
bool
defaultIsSymbolHandler
(
scope const(char)[] symbol
,
bool quoted
)