nim_iterator_stream_experiment/monad/identity

    Dark Mode
Search:
Group by:

The identity monad.

It does not do much in itself, but at least it defines the identity function.

Procs

proc apply[A; B](self: A; f: A -> B): B
  Source Edit

Funcs

func itself[T](value: T): T
  Source Edit