Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Type_unification (0.06 seconds)

  1. doc/go_spec.html

    (or <code>S ≡<sub>A</sub> Slice</code> for that matter),
    where the <code><sub>A</sub></code> in <code>≡<sub>A</sub></code>
    indicates that the LHS and RHS types must match per assignability rules
    (see the section on <a href="#Type_unification">type unification</a> for
    details).
    Similarly, the type parameter <code>S</code> must satisfy its constraint
    <code>~[]E</code>. This can be expressed as <code>S ≡<sub>C</sub> ~[]E</code>
    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