SnapshotIdArray
Artifact: androidx.compose.runtime:runtime
-
Cmn
class SnapshotIdArray
-
android
actual typealias SnapshotIdArray = LongArray
An array of SnapshotId
. On most platforms this is an array of Long
but may be a different type if the platform target does not support Long
efficiently (such as JavaScript).