map/length_of_longest_substring library

Functions

lengthOfLongestSubstring(String s) int
Finds the length of the longest substring without repeating characters in s.