SUMMARY_VALUE_LIMIT

const val SUMMARY_VALUE_LIMIT: Int = 64

Characters of any one string or field name a summary shows before eliding the rest.

Public so a caller — and a test — can state a bound on a summary's length from the contract rather than from a remembered number.