__reflect.gdn::lex
Split src into individual lexed tokens, along with their offsets in the original string.
src
Source Codepublic fun lex(src: String): List<(Int, String)> { __BUILTIN_IMPLEMENTATION }
public fun lex(src: String): List<(Int, String)> { __BUILTIN_IMPLEMENTATION }