isPatternRooted

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

Check if the pattern with the given index has a single root node.

Throws

If the index exceeds the pattern count.

expect fun isPatternRooted(index: UInt): Boolean(source)

Check if the pattern with the given index has a single root node.

Throws

If the index exceeds the pattern count.

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

Check if the pattern with the given index has a single root node.

Throws

If the index exceeds the pattern count.

actual fun isPatternRooted(index: UInt): Boolean(source)

Check if the pattern with the given index has a single root node.

Throws

If the index exceeds the pattern count.