Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updatedBy (0.17 sec)

  1. doc/go1.17_spec.html

    <code>Sizeof</code> are compile-time constant expressions of type <code>uintptr</code>.
    </p>
    
    <p>
    The function <code>Add</code> adds <code>len</code> to <code>ptr</code>
    and returns the updated pointer <code>unsafe.Pointer(uintptr(ptr) + uintptr(len))</code>.
    The <code>len</code> argument must be of integer type or an untyped <a href="#Constants">constant</a>.
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top