Skip to content

Instantly share code, notes, and snippets.

@Hultner
Created March 11, 2021 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hultner/3492040c2d4db23a55e0cc732460eec7 to your computer and use it in GitHub Desktop.
Save Hultner/3492040c2d4db23a55e0cc732460eec7 to your computer and use it in GitHub Desktop.
Suggestion for overloaded python definitions, not real python syntax.
def fun([head, *tail]): …
def fun([end]): …
def fun(element): …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment