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