SnapshotIdArray
Artifact: androidx.compose.runtime:runtime
        
      - 
            Cmnclass SnapshotIdArray 
- 
            JSactual typealias SnapshotIdArray = DoubleArray 
- 
            androidNJSactual 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).
