[ trixie ]
[ sid ]
套件:golang-github-elliotwutingfeng-asciiset-dev(0.0~git20240214.24af97c-2)
golang-github-elliotwutingfeng-asciiset-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-elliotwutingfeng-asciiset:
- [golang-github-elliotwutingfeng-asciiset_0.0~git20240214.24af97c-2.dsc]
- [golang-github-elliotwutingfeng-asciiset_0.0~git20240214.24af97c.orig.tar.xz]
- [golang-github-elliotwutingfeng-asciiset_0.0~git20240214.24af97c-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
ASCII character bitset (library)
asciiset is an ASCII character bitset. Bitsets are fast and memory-efficient data structures for storing and retrieving information using bitwise operations. asciiset is an extension of the asciiSet data structure from the Go Standard library source code.
Possible applications include checking strings for prohibited ASCII characters, and counting unique ASCII characters in a string.