TextEdit.canFold

Returns if the given line is foldable, that is, it has indented lines right below it.

struct TextEdit
@nogc nothrow const
bool
canFold
(
in long line
)

Meta