Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SliceData (0.04 seconds)

  1. doc/go_spec.html

    The following built-in functions are not permitted in statement context:
    </p>
    
    <pre>
    append cap complex imag len make max min new real
    unsafe.Add unsafe.Alignof unsafe.Offsetof unsafe.Sizeof unsafe.Slice unsafe.SliceData unsafe.String unsafe.StringData
    </pre>
    
    <pre>
    h(x+y)
    f.Close()
    &lt;-ch
    (&lt;-ch)
    len("foo")  // illegal if len is the built-in function
    </pre>
    
    
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top