findCycle

Native
1.3
fun findCycle(root: Any): Array<Any>?
(source)
Deprecated: No-op in modern GC implementation

Deprecated and unused. Always returns null.

Legacy MM: Find a reference cycle including from the given object, null if no cycles detected.