Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dimension (0.19 sec)

  1. doc/go1.17_spec.html

    The elements can be addressed by integer <a href="#Index_expressions">indices</a>
    0 through <code>len(a)-1</code>.
    Array types are always one-dimensional but may be composed to form
    multi-dimensional types.
    </p>
    
    <pre>
    [32]byte
    [2*N] struct { x, y int32 }
    [1000]*float64
    [3][5]int
    [2][2][2]float64  // same as [2]([2]([2]float64))
    </pre>
    
    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