1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v.markused: add string_at_with_check to the roots

This commit is contained in:
Delyan Angelov 2021-07-11 12:03:37 +03:00
parent fd644e4e28
commit 9d241f75eb
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -63,6 +63,7 @@ pub fn mark_used(mut table ast.Table, pref &pref.Preferences, ast_files []&ast.F
'18.trim',
'18.substr',
'18.at',
'18.at_with_check',
'18.index_kmp',
// string. ==, !=, etc...
'18.eq',