Value | Description |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val append : #seq<'a> -> #seq<'a> -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val choose : ('a -> 'b option) -> #seq<'a> -> seq<'b> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val combine : #seq<'a> -> #seq<'b> -> seq<'a * 'b> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val compare : ('a -> 'a -> int) -> #seq<'a> -> #seq<'a> -> int | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val concat : #seq<'c> -> seq<'a> when 'c :> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val delay : (unit -> #seq<'a>) -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val empty : unit -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val exists : ('a -> bool) -> #seq<'a> -> bool | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val filter : ('a -> bool) -> #seq<'a> -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val find : ('a -> bool) -> #seq<'a> -> 'a | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val first : ('a -> 'b option) -> #seq<'a> -> 'b option | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val fold : ('b -> 'a -> 'b) -> 'b -> #seq<'a> -> 'b | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val for_all : ('a -> bool) -> #seq<'a> -> bool | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val generate : (unit -> 'b) -> ('b -> 'a option) -> ('b -> unit) -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val generate_using :
(unit -> 'a) -> ('a -> 'b option) -> seq<'b> when 'a :> IDisposable | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val hd : #seq<'a> -> 'a | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val init_finite : int -> (int -> 'a) -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val init_infinite : (int -> 'a) -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val iter : ('a -> unit) -> #seq<'a> -> unit | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val iter2 : ('a -> 'b -> unit) -> #seq<'a> -> #seq<'b> -> unit | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val iteri : (int -> 'a -> unit) -> #seq<'a> -> unit | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val length : #seq<'a> -> int | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val map : ('a -> 'b) -> #seq<'a> -> seq<'b> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val map2 : ('a -> 'b -> 'c) -> #seq<'a> -> #seq<'b> -> seq<'c> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val map_concat : ('a -> #seq<'b>) -> #seq<'a> -> seq<'b> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val map_to_typed : ('a -> 'b) -> #IEnumerable -> seq<'b> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val map_with_type : ('a -> 'b) -> #IEnumerable -> seq<'b> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val mapi : (int -> 'a -> 'b) -> #seq<'a> -> seq<'b> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val nonempty : #seq<'a> -> bool | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val nth : int -> #seq<'a> -> 'a | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val of_array : 'a array -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val of_functions : (unit -> 'a) -> ('a -> bool) -> ('a -> 'b) -> seq<'b> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val of_list : 'a list -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val pairwise : #IEnumerable<'a> -> IEnumerable<'a * 'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val singleton : 'a -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val take : int -> #seq<'a> -> 'a list | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val to_array : #seq<'a> -> 'a array | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val to_list : #seq<'a> -> 'a list | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val truncate : int -> #seq<'a> -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val tryfind : ('a -> bool) -> #seq<'a> -> 'a option | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val unfold : ('b -> ('a * 'b) option) -> 'b -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val untyped_filter : ('a -> bool) -> #IEnumerable -> IEnumerable | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val untyped_fold : ('b -> 'a -> 'b) -> 'b -> #IEnumerable -> 'b | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val untyped_iter : ('a -> unit) -> #IEnumerable -> unit | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val untyped_map : ('a -> 'b) -> #IEnumerable -> IEnumerable | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val untyped_to_list : #IEnumerable -> 'a list | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |
[<Obsolete
("The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module")>]
val untyped_to_typed : #IEnumerable -> seq<'a> | Note: The 'IEnumerable' module has been renamed to Seq. Replace uses of the 'IEnumerable' module with uses of the 'Seq' module |