Skip to content

Commit

Permalink
make extension public
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Jun 23, 2023
1 parent 5e420b4 commit 252788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PowerPack/Array+Safe/Array+Safe.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

extension Array {
public extension Array {
subscript(safe index: Int) -> Element? {
guard index >= startIndex, index < endIndex else {
return nil
Expand Down

0 comments on commit 252788f

Please sign in to comment.