Created
May 1, 2021 08:12
-
-
Save me2beats/b2c5b08f2f7ab7aafe1de6d7153c4ddb to your computer and use it in GitHub Desktop.
Type utils class
This file contains hidden or 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 is_any_array(val): | |
return typeof(val)>=19 and typeof(val)<=26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment