Function TextEdit.canFold
Returns if the given line is foldable, that is, it has indented lines right below it.
bool canFold
(
const(long) line
) nothrow @nogc const;
Returns if the given line is foldable, that is, it has indented lines right below it.
bool canFold
(
const(long) line
) nothrow @nogc const;