Skip to content

Commit 0c3b21c

Browse files
committed
Changed lazy from func to var
1 parent 63db536 commit 0c3b21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ public struct Array<T>
559559
}
560560
}
561561

562-
public func lazy() -> ISequence<T> {
562+
public var lazy: ISequence<T> {
563563
return list
564564
}
565565

0 commit comments

Comments
 (0)