Documentation
¶
Overview ¶
ro パッケージは []byte, string 間の低コストな相互キャストを提供します.
ro パッケージから返された値は Read Only に扱う必要があります. 書き込みを行った場合 access violation が生じる場合があります.
Example (Crash) ¶
s := "hello" b := rob.Bytes(s) b[0] = 'H' // crash: DO NOT change
Output:
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.