Versions in this module Expand all Collapse all v0 v0.1.4 Feb 26, 2025 v0.1.3 Nov 27, 2024 Changes in this version + type StrStore struct + func New() *StrStore + func NewFromSlice(ss []string) (*StrStore, []int) + func (s *StrStore) Get(idx int) string + func (s *StrStore) Len() int + func (s *StrStore) Load(ss []string) ([]int, error)