Types
PointerLike = auto
- anything that can be cast to pointer not restricted for now since it can break with forwarded ref types Source Edit
Consts
frothUseBytes {.booldefine.} = false
- Source Edit
frothUsePointer {.booldefine.} = false
- Source Edit
Procs
proc `=destroy`[T, Tag](x: Tagged[T, Tag]) {.nodestroy, ...raises: [].}
- Source Edit
proc `=wasMoved`[T, Tag](x: var Tagged[T, Tag]) {.nodestroy, inline.}
- Source Edit
Templates
template implUintPointerTags(UintTag: untyped; splitTagVar = false) {.dirty.}
- Source Edit