asAnsiSections

@safe @nogc nothrow pure
asAnsiSections
(
Char
)
(
const Char[] input
)
if (
isSomeChar!Char
)

Return Value

Type: AnsiSectionRange!Char

A new AnsiSectionRange using the given input.

Meta