stripFromProdBinary

inline fun stripFromProdBinary(codeBlock: () -> Unit)

Wraps code that should not appear in the production binary.

The intended use case is to wrap logging/debug code to optimize performance-critical paths.