Int.G.<>

object Range
Companion
class
Source
Range.scala
class Object
trait Matchable
class Any

Def

@targetName("grow")
inline def +(growBy: Int): Int.G.<>[Int]
@targetName("shrink")
inline def -(shrinkBy: Int): Int.G.<>[Int]
@targetName("moveLeft")
inline def <<(move: Int): Int.G.<>[Int]
@targetName("moveRight")
inline def >>(move: Int): Int.G.<>[Int]
@targetName("checkIn")
inline def checkIn(size: Int): Int.G.<>[Int]
@targetName("default")
inline def default(size: Int): Int.G.<>[Int]
inline def flatMap[A <: RAW, T, STM <: Any[T]](inline f: A => ~[T])(using inline s: Shape.OfStream.Tag[B, STM]): STM
inline def foreach[A <: RAW, U](inline f: A => U): Unit
inline def map[A <: RAW, T, STM <: Any[T]](inline f: A => B)(using inline s: Shape.OfStream.Tag[B, STM]): STM