package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

Newはデータのために新しい [Index] を作成します。 [Index] の作成時間はO(N)であり、Nはdataの長さです。.

# Structs

Indexは高速な部分文字列検索のための接尾辞配列を実装しています。.