There was an error while loading. Please reload this page.
Assertion for from-to index pair
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static void ValidIndexPair( int fromIndex, string fromIndexName, int toIndex, string toIndexName, int length )
VB
Public Shared Sub ValidIndexPair ( fromIndex As Integer, fromIndexName As String, toIndex As Integer, toIndexName As String, length As Integer )
F#
static member ValidIndexPair : fromIndex : int * fromIndexName : string * toIndex : int * toIndexName : string * length : int -> unit
Code ClassCodeJam Namespace