WIP: strings/seqs based on destructors

This commit is contained in:
Andreas Rumpf
2018-07-17 13:19:42 +02:00
parent 74bf316619
commit 32afdc09c6
13 changed files with 240 additions and 141 deletions

View File

@@ -504,7 +504,6 @@ proc chckNilDisp(p: pointer) {.compilerproc.} =
if p == nil:
sysFatal(NilAccessError, "cannot dispatch; dispatcher is nil")
const ThisIsSystem = true # for hti.nim
include "system/hti"
proc isFatPointer(ti: PNimType): bool =