Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kinase (0.19 sec)

  1. doc/go1.17_spec.html

    same kind; that is, a boolean, integer, floating-point, complex, or string
    constant.
    If the untyped operands of a binary operation (other than a shift) are of
    different kinds, the result is of the operand's kind that appears later in this
    list: integer, rune, floating-point, complex.
    For example, an untyped integer constant divided by an
    untyped complex constant yields an untyped complex constant.
    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

    	The type argument for <code>P<sub>k</sub></code> is the
    	<a href="#Constants">default type</a> for the determined constant kind.
    	If a constant kind cannot be determined due to conflicting constant kinds,
    	type inference fails.
    	</p>
    </li>
    </ol>
    
    <p>
    If not all type arguments have been found after these two phases, type inference fails.
    </p>
    
    <p>
    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