Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Type_definitions (0.18 sec)

  1. doc/go1.17_spec.html

    <p>
    A <i>boolean type</i> represents the set of Boolean truth values
    denoted by the predeclared constants <code>true</code>
    and <code>false</code>. The predeclared boolean type is <code>bool</code>;
    it is a <a href="#Type_definitions">defined type</a>.
    </p>
    
    <h3 id="Numeric_types">Numeric types</h3>
    
    <p>
    A <i>numeric type</i> represents sets of integer or floating-point values.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <p>
    A <i>boolean type</i> represents the set of Boolean truth values
    denoted by the predeclared constants <code>true</code>
    and <code>false</code>. The predeclared boolean type is <code>bool</code>;
    it is a <a href="#Type_definitions">defined type</a>.
    </p>
    
    <h3 id="Numeric_types">Numeric types</h3>
    
    <p>
    An <i>integer</i>, <i>floating-point</i>, or <i>complex</i> type
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top