svoid ai_replaceTokensWithReferenced(L tokens, Map map) { for (TokenAndRange a, b : map) { a.t = b.t; } }