Skip to content

Instantly share code, notes, and snippets.

@me2beats
Created August 28, 2021 15:05
Show Gist options
  • Save me2beats/43abe3aebc428212c459c94e4e138f23 to your computer and use it in GitHub Desktop.
Save me2beats/43abe3aebc428212c459c94e4e138f23 to your computer and use it in GitHub Desktop.
experimental
static func set_bit_vals(dict:Dictionary):
var i = 1
for key in dict:
dict[key] = i
i += i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment