Packages

package cfor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cfor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class InlineUtil[C <: Context with Singleton] extends AnyRef
  2. case class SyntaxUtil[C <: Context with Singleton](c: C) extends Product with Serializable

Value Members

  1. macro def cfor[A](array: Array[A])(body: (A) => Unit): Unit
  2. macro def cfor[A](init: A)(test: (A) => Boolean, next: (A) => A)(body: (A) => Unit): Unit
  3. object Syntax

Inherited from AnyRef

Inherited from Any

Ungrouped