Procs
proc echoBitmask(mask: ptr UncheckedArray[uint64]; count: int) {. ...raises: [IOError], tags: [WriteIOEffect], forbids: [].}
proc echoBitmask(mask: seq[uint64]; count: int) {....raises: [IOError], tags: [WriteIOEffect], forbids: [].}
Macros
macro generateTypeToField(registryName: static[string]; vectorType: typed): untyped
- Creates a getFieldName function that returns the field identifier in the Vector type corresponding to a given DuckType
macro getField(obj: object; fieldName: static string): untyped