AutoExamples

This trait allows to create examples where the description is the code itself and the code returns an AsResult value

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def eg[T](inline code: => T)(using asResult: AsResult[T]): Fragments

this function is introduced just to allow the mutable specification to register the newly created fragments

this function is introduced just to allow the mutable specification to register the newly created fragments

Inherited methods