isPatternGuaranteedAtStep

@JvmName(name = "isPatternGuaranteedAtStep")
actual fun isPatternGuaranteedAtStep(offset: UInt): Boolean(source)

Check if a pattern is guaranteed to match once a given byte offset is reached.

Check if a pattern is guaranteed to match once a given byte offset is reached.

Throws

If the offset exceeds the source length.

@JvmName(name = "isPatternGuaranteedAtStep")
actual fun isPatternGuaranteedAtStep(offset: UInt): Boolean(source)

Check if a pattern is guaranteed to match once a given byte offset is reached.

Check if a pattern is guaranteed to match once a given byte offset is reached.

Throws

If the offset exceeds the source length.