funcynim/convert

Search:
Group by:
Source Edit

Functions to alias the explicit conversion operator.

Procs

proc convert[A; B](a: A): B
Source Edit
proc convert[A](a: A; B: typedesc): B:type
Source Edit
proc to[A; B](a: A): B
Source Edit
proc to[A](a: A; B: typedesc): B:type
Source Edit