Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for variadic (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. doc/go_spec.html

    function, 0 values  f  func(yield func() bool)
    function, 1 value   f  func(yield func(V) bool)        value    v  V                               yield cannot be variadic
    function, 2 values  f  func(yield func(K, V) bool)     key      k  K            v          V       yield cannot be variadic
    </pre>
    
    <ol>
    <li>
    For an array, pointer to array, or slice value <code>a</code>, the index iteration
    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