Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copied (0.16 sec)

  1. doc/go_spec.html

    </pre>
    
    <p>
    The function <code>copy</code> copies slice elements from
    a source <code>src</code> to a destination <code>dst</code> and returns the
    number of elements copied.
    The <a href="#Core_types">core types</a> of both arguments must be slices
    with <a href="#Type_identity">identical</a> element type.
    The number of elements copied is the minimum of
    <code>len(src)</code> and <code>len(dst)</code>.
    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