Companion

object Companion

Properties

Link copied to clipboard
const val COUNT: Int = 1

The number of client types that exist. This number should be large enough to be used as array capacity, as our buffers are often cached per-client type, and we need to use client types as the array index.