verboseSection

abstract fun <T> verboseSection(title: String, block: () -> T): T(source)

Executes a block of code within a verbose section.

Return

The result of the block execution.

Parameters

title

The title of the verbose section.

block

The code to execute within the section.