Created
December 13, 2016 09:30
-
-
Save ukitaka/2f22e7194ab76821383b1f5da478825d to your computer and use it in GitHub Desktop.
TODO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public final class _TO { | |
lazy var DO: Never = { fatalError() }() | |
} | |
public let TO = _TO() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Hoge { | |
func hoge() { TO.DO } | |
func fuga() -> Int { TO.DO } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TO.DO
ってかける。それだけです。