captureCount

@get:JvmName(name = "getCaptureCount")
actual val captureCount: UInt(source)

Deprecated

captureCount is deprecated.

Replace with

captureNames.size

The number of captures in the query.

expect val captureCount: UInt(source)

Deprecated

captureCount is deprecated.

Replace with

captureNames.size

The number of captures in the query.

@get:JvmName(name = "getCaptureCount")
actual val captureCount: UInt(source)

Deprecated

captureCount is deprecated.

Replace with

captureNames.size

The number of captures in the query.

actual val captureCount: UInt(source)

Deprecated

captureCount is deprecated

Replace with

captureNames.size

The number of captures in the query.