entabber

fnauto entabber(Range)(Range r, size_t tabSize = 8) if (isForwardRange!Range && !isConvertibleToString!Range)

Replaces spaces in range r with the optimal number of tabs. All spaces and tabs at the end of a line are removed.

Parameters

rstring or forward range
tabSizedistance between tab stops

Returns

lazy forward range with spaces replaced with tabs

See Also

fnauto entabber(Range)(auto ref Range r, size_t tabSize = 8) if (isConvertibleToString!Range)
No documentation available for this declaration.