funcynim/unit

Search:
Group by:
Source Edit

Types

Unit = tuple[]

The Unit type from functional programming.

The type has only a single value.

Source Edit

Procs

func default(T: typedesc[Unit]): Unit
Source Edit
func doNothing[T](_: T): Unit
Source Edit
func unit(): Unit {....raises: [], tags: [], forbids: [].}
Source Edit