dim method

String dim(
  1. String s
)

Styles s as secondary output.

Implementation

String dim(String s) => _pc.dim(s);