Created
August 28, 2021 15:05
-
-
Save me2beats/43abe3aebc428212c459c94e4e138f23 to your computer and use it in GitHub Desktop.
experimental
This file contains 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
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