We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dee10 commit 7ea7274Copy full SHA for 7ea7274
FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift
@@ -32,7 +32,7 @@ struct RingBuffer<Element>: Sequence {
32
/// An array of heartbeats treated as a circular queue and intialized with a fixed capacity.
33
private var circularQueue: [Element?]
34
/// The current "tail" and insert point for the `circularQueue`.
35
- private var tailIndex: Array.Index
+ private var tailIndex: Array<Element?>.Index
36
37
/// Designated initializer.
38
/// - Parameter capacity: An `Int` representing the capacity.
0 commit comments