ctl
ctl copied to clipboard
small_vector, sorted_vector
- small_vector (if small on stack) is a standard container since long. just not in std yet
- sorted_vector is e.g. needed for hashmap security, with binary_search.