Share via


OperatorIntrinsics.SetArraySlice<'T> Function (F#)

Sets a slice of an array.

Namespace/Module Path: Microsoft.FSharp.Core.Operators.OperatorIntrinsics

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
SetArraySlice : 'T [] -> int option -> int option -> 'T [] -> unit

// Usage:
SetArraySlice target start finish source

Parameters

  • target
    Type: 'T[]

    The target array.

  • start
    Type: intoption

    The start index.

  • finish
    Type: intoption

    The end index.

  • source
    Type: 'T[]

    The source array.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable, Portable

See Also

Reference

Operators.OperatorIntrinsics Module (F#)

Core.Operators Module (F#)