disablePattern

@JvmName(name = "disablePattern")
actual external fun disablePattern(index: UInt)(source)

Disable a certain pattern within a query.

This prevents the pattern from matching and removes most of the overhead associated with the pattern. Currently, there is no way to undo this.

Throws

If the index exceeds the pattern count.

expect fun disablePattern(index: UInt)(source)

Disable a certain pattern within a query.

This prevents the pattern from matching and removes most of the overhead associated with the pattern. Currently, there is no way to undo this.

Throws

If the index exceeds the pattern count.

@JvmName(name = "disablePattern")
actual external fun disablePattern(index: UInt)(source)

Disable a certain pattern within a query.

This prevents the pattern from matching and removes most of the overhead associated with the pattern. Currently, there is no way to undo this.

Throws

If the index exceeds the pattern count.

actual fun disablePattern(index: UInt)(source)

Disable a certain pattern within a query.

This prevents the pattern from matching and removes most of the overhead associated with the pattern. Currently, there is no way to undo this.

Throws

If the index exceeds the pattern count.