Returns the empty part if the given height is zero, else a zero-width column at the given height.
import {vIndent} from 'effect-tree'const twoLines = vIndent(2)// ‘// ’const nothing = vIndent(0)// ‘’ Copy
import {vIndent} from 'effect-tree'const twoLines = vIndent(2)// ‘// ’const nothing = vIndent(0)// ‘’
Returns the empty part if the given height is zero, else a zero-width column at the given height.