mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-24 14:30:09 +08:00
Make isRemoved inline
This commit is contained in:
parent
1457254e72
commit
9c6d60d46a
@ -703,7 +703,7 @@ internal open class Node<E>(
|
||||
}
|
||||
|
||||
@PublishedApi
|
||||
internal fun <E> Node<E>.isRemoved() = this.removed.value
|
||||
internal inline fun <E> Node<E>.isRemoved() = this.removed.value
|
||||
|
||||
@PublishedApi
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
|
Loading…
Reference in New Issue
Block a user