Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sometimes (0.05 seconds)

  1. doc/go_spec.html

    <i>selector expression</i>
    </p>
    
    <pre>
    x.f
    </pre>
    
    <p>
    denotes the field or method <code>f</code> of the value <code>x</code>
    (or sometimes <code>*x</code>; see below).
    The identifier <code>f</code> is called the (field or method) <i>selector</i>;
    it must not be the <a href="#Blank_identifier">blank identifier</a>.
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top