Skip to content

Instantly share code, notes, and snippets.

@pawelrubin
Created January 5, 2020 23:10
Show Gist options
  • Save pawelrubin/a968754615b365d001521b709ee4dcfa to your computer and use it in GitHub Desktop.
Save pawelrubin/a968754615b365d001521b709ee4dcfa to your computer and use it in GitHub Desktop.
Top notch utility to get function names in Julia language.
function getFunctionName(fun) :: String
split(string(fun), '.')[end]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment