BatTuple.Tuple3SourceTriples.
Like map but specialized for tuples with elements of the same type.
mapn f is equivalent to map f f f.
val print :
?first:string ->
?sep:string ->
?last:string ->
('o BatIO.output -> 'a -> unit) ->
('o BatIO.output -> 'b -> unit) ->
('o BatIO.output -> 'c -> unit) ->
'o BatIO.output ->
('a * 'b * 'c) ->
unitval printn :
?first:string ->
?sep:string ->
?last:string ->
('o BatIO.output -> 'a -> unit) ->
'o BatIO.output ->
('a * 'a * 'a) ->
unitval compare :
?cmp1:('a -> 'a -> int) ->
?cmp2:('b -> 'b -> int) ->
?cmp3:('c -> 'c -> int) ->
('a * 'b * 'c) ->
('a * 'b * 'c) ->
intinclude BatEnum.Enumerable with type 'a enumerable = 'a * 'a * 'aThe data structure, e.g. 'a List.t
Return an enumeration of the elements of the data structure
Build a data structure from an enumeration
module Ord
(T1 : BatOrd.Ord)
(T2 : BatOrd.Ord)
(T3 : BatOrd.Ord) :
BatOrd.Ord with type t = T1.t * T2.t * T3.tmodule Comp
(T1 : BatOrd.Comp)
(T2 : BatOrd.Comp)
(T3 : BatOrd.Comp) :
BatOrd.Comp with type t = T1.t * T2.t * T3.t