Merge pull request #37020 from aaronfranke/range
Allow using integer vectors for iteration and make range() use them
This commit is contained in:
commit
a128dd97d6
3 changed files with 105 additions and 49 deletions
|
|
@ -684,7 +684,7 @@ public:
|
|||
BlockNode *get_completion_block();
|
||||
FunctionNode *get_completion_function();
|
||||
int get_completion_argument_index();
|
||||
int get_completion_identifier_is_function();
|
||||
bool get_completion_identifier_is_function();
|
||||
|
||||
const List<String> &get_dependencies() const { return dependencies; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue