Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 102 of 102 for linear (0.04 sec)

  1. doc/go_spec.html

    <p>
    Given the declarations
    </p>
    <pre>
    type Point3D struct { x, y, z float64 }
    type Line struct { p, q Point3D }
    </pre>
    
    <p>
    one may write
    </p>
    
    <pre>
    origin := Point3D{}                            // zero value for Point3D
    line := Line{origin, Point3D{y: -4, z: 12.3}}  // zero value for line.q.x
    </pre>
    
    <p>
    For array and slice literals the following rules apply:
    </p>
    <ul>
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall, type IPv6Mreq struct
    pkg syscall, type IPv6Mreq struct, Interface uint32
    pkg syscall, type IPv6Mreq struct, Multiaddr [16]uint8
    pkg syscall, type Linger struct
    pkg syscall, type Linger struct, Linger int32
    pkg syscall, type Linger struct, Onoff int32
    pkg syscall, type ProcAttr struct
    pkg syscall, type ProcAttr struct, Dir string
    pkg syscall, type ProcAttr struct, Env []string
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top