command
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
C.PointerArithmetic
これは、cgoに特化した内容ではないが、C言語ではポインタ演算が可能であり、それなりに利用されている。
Goでは基本的にポインタ演算が禁止されている。
が、unsafe
パッケージとuintptr
を用いることで、一応可能となる。
しかし、これらはGoの世界から大きく離脱した行為となるため、基本的にやるべきではない。(https://stackoverflow.com/a/32701024)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.