Skip to content
Snippets Groups Projects
Commit fbe01963 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent d18ba2f6
No related branches found
No related tags found
No related merge requests found
```swift
struct Stack<Element> { struct Stack<Element> {
var items = [Element]() var items = [Element]()
mutating func push(_ item: Element) { mutating func push(_ item: Element) {
...@@ -175,3 +176,4 @@ class Person { ...@@ -175,3 +176,4 @@ class Person {
//===================================================================== //=====================================================================
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment