Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1501 - 1503 of 1,503 for quals (0.07 sec)

  1. doc/go1.17_spec.html

    <p>
    In an expression switch,
    the switch expression is evaluated and
    the case expressions, which need not be constants,
    are evaluated left-to-right and top-to-bottom; the first one that equals the
    switch expression
    triggers execution of the statements of the associated case;
    the other cases are skipped.
    If no case matches and there is a "default" case,
    its statements are executed.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <p>
    In an expression switch,
    the switch expression is evaluated and
    the case expressions, which need not be constants,
    are evaluated left-to-right and top-to-bottom; the first one that equals the
    switch expression
    triggers execution of the statements of the associated case;
    the other cases are skipped.
    If no case matches and there is a "default" case,
    its statements are executed.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg debug/dwarf, type PtrType struct
    pkg debug/dwarf, type PtrType struct, Type Type
    pkg debug/dwarf, type PtrType struct, embedded CommonType
    pkg debug/dwarf, type QualType struct
    pkg debug/dwarf, type QualType struct, Qual string
    pkg debug/dwarf, type QualType struct, Type Type
    pkg debug/dwarf, type QualType struct, embedded CommonType
    pkg debug/dwarf, type Reader struct
    pkg debug/dwarf, type StructField struct
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top