@@ -2555,6 +2555,7 @@ namespace Microsoft.FSharp.Collections
25552555 /// < param name = "offset "> The offset from the end.< / param>
25562556 ///
25572557 /// < returns>The corresponding index from the start.< / returns>
2558+ [< Experimental ( "Experimental library feature , requires ' -- langversion : preview' ")>]
25582559 member GetReverseIndex : rank : int * offset : int -> int
25592560
25602561 /// < summary>Returns a list with <c>head< / c> as its first element and <c>tail< / c> as its subsequent elements< / summary>
@@ -4608,6 +4609,7 @@ namespace Microsoft.FSharp.Core
46084609 /// < param name = "offset "> The offset from the end.< / param>
46094610 ///
46104611 /// < returns>The corresponding index from the start.< / returns>
4612+ [< Experimental ( "Experimental library feature , requires ' -- langversion : preview' ")>]
46114613 member GetReverseIndex : rank : int * offset : int -> int
46124614
46134615 type `` [,,] ``< 'T> with
@@ -4617,6 +4619,7 @@ namespace Microsoft.FSharp.Core
46174619 /// < param name = "offset "> The offset from the end.< / param>
46184620 ///
46194621 /// < returns>The corresponding index from the start.< / returns>
4622+ [< Experimental ( "Experimental library feature , requires ' -- langversion : preview' ")>]
46204623 member GetReverseIndex : rank : int * offset : int -> int
46214624
46224625 type `` [,] ``< 'T> with
@@ -4626,6 +4629,7 @@ namespace Microsoft.FSharp.Core
46264629 /// < param name = "offset "> The offset from the end.< / param>
46274630 ///
46284631 /// < returns>The corresponding index from the start.< / returns>
4632+ [< Experimental ( "Experimental library feature , requires ' -- langversion : preview' ")>]
46294633 member GetReverseIndex : rank : int * offset : int -> int
46304634
46314635 type `` [] ``< 'T> with
@@ -4635,6 +4639,7 @@ namespace Microsoft.FSharp.Core
46354639 /// < param name = "offset "> The offset from the end.< / param>
46364640 ///
46374641 /// < returns>The corresponding index from the start.< / returns>
4642+ [< Experimental ( "Experimental library feature , requires ' -- langversion : preview' ")>]
46384643 member GetReverseIndex : rank : int * offset : int -> int
46394644
46404645 type System.String with
@@ -4644,6 +4649,7 @@ namespace Microsoft.FSharp.Core
46444649 /// < param name = "offset "> The offset from the end.< / param>
46454650 ///
46464651 /// < returns>The corresponding index from the start.< / returns>
4652+ [< Experimental ( "Experimental library feature , requires ' -- langversion : preview' ")>]
46474653 member GetReverseIndex : rank : int * offset : int -> int
46484654
46494655 /// < summary>A module of compiler intrinsic functions for efficient implementations of F # integer ranges
0 commit comments