package
0.6.0
Repository: https://github.com/devlights/gomy.git
Documentation: pkg.go.dev

# Functions

B2S -- []byte] から string へメモリコピー無しで変換します。 REREFENCES - https://cs.opensource.google/go/go/+/refs/tags/go1.18.4:src/strings/builder.go;l=47.
S2B -- string から []byte へメモリコピー無しで変換します。 REREFENCES - https://stackoverflow.com/questions/59209493/how-to-use-unsafe-get-a-byte-slice-from-a-string-without-memory-copy.