Templates
template forwardImpl(impl, arg) {.dirty.}
- Source Edit
template toUnsigned(x: int): uint
- Source Edit
template toUnsigned(x: int8): uint8
- Source Edit
template toUnsigned(x: int16): uint16
- Source Edit
template toUnsigned(x: int32): uint32
- Source Edit
template toUnsigned(x: int64): uint64
- Source Edit