Closed codetalks-new closed 7 years ago
According to Swift API Design Guidelines,we might use isClosed instead of closed. So I renamed closed to isClosed ,and now the name closed is deprecated.
isClosed
closed
According to Swift API Design Guidelines,we might use
isClosed
instead ofclosed
. So I renamedclosed
toisClosed
,and now the nameclosed
is deprecated.