ROMAN TSYMBALIUK
BLOG
ABOUT
CV.pdf
[14/01/2025]
31 Jan 2019
print function name in Swift
just use:
print
(
"
\(
#function
)
"
)