Method
ElementAtOrNone
static func ElementAtOrNone<T>(self: IEnumerable<T>, index: int) -> Option<T>
Type: EnumerableOption<T>
Namespace: System.Linq
Assembly: Raven.Core.dll
Source file: LinqExtensions.rvn
Returns the element at index as Some, or None when the index is out of range.