Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for actuals (0.17 sec)

  1. doc/go_spec.html

    the type of <code>p</code> is equivalent to type <code>[]T</code>.
    If <code>f</code> is invoked with no actual arguments for <code>p</code>,
    the value passed to <code>p</code> is <code>nil</code>.
    Otherwise, the value passed is a new slice
    of type <code>[]T</code> with a new underlying array whose successive elements
    are the actual arguments, which all must be <a href="#Assignability">assignable</a>
    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)
  2. docs/en/docs/release-notes.md

    This has **several benefits**, one of the main ones is that now the parameters of your functions with `Annotated` would **not be affected** at all.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
Back to top