Stream.Infix
val (<:>) : 'a -> 'a t -> 'a t
Infix version of cons
cons
val (.%[]) : 'a t -> int -> 'a Try.t
Flipped version of at.
at