Full generation, file type cleanup
This commit is contained in:
@ -6,4 +6,8 @@ extension Array {
|
||||
Array(self[$0..<Swift.min($0 + size, count)])
|
||||
}
|
||||
}
|
||||
|
||||
var nonEmpty: Self? {
|
||||
isEmpty ? nil : self
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user