Last active
June 22, 2021 03:45
-
-
Save knowsudhanshu/26738aca323a3d400e532be7949cd0da to your computer and use it in GitHub Desktop.
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
func literalExpressionExample() { | |
/// #file : String, it represents the path to the file | |
/// #function : String, name (with signature) of the function | |
/// #line : Int, line number on which it appears | |
print(#file + " : " #function + " : " + " : " + \(#line)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment