Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for leaving (0.25 sec)

  1. doc/go_spec.html

    </pre>
    
    <p>
    A partial type argument list cannot be empty; at least the first argument must be present.
    The list is a prefix of the full list of type arguments, leaving the remaining arguments
    to be inferred. Loosely speaking, type arguments may be omitted from "right to left".
    </p>
    
    <pre>
    func apply[S ~[]E, E any](s S, f func(E) E) S { … }
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top