This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from algorithm.functional import vectorize | |
| from bit import bit_width, byte_swap, count_leading_zeros | |
| from collections._index_normalization import normalize_index | |
| from memory import memcpy, memset_zero | |
| from sys import is_big_endian, sizeof | |
| from utils import StringSlice, Span | |
| from utils.string_slice import _utf8_byte_type, _StringSliceIter | |
| struct CrazyString[ |