.experimental can now be used to enable specific features

This commit is contained in:
Andreas Rumpf
2018-04-24 09:34:20 +02:00
parent 8ce9e43434
commit ee366f1746
18 changed files with 122 additions and 116 deletions

View File

@@ -4,7 +4,7 @@ discard """
import threadpool, sequtils
{.experimental.}
{.experimental: "parallel".}
proc linearFind(a: openArray[int]; x, offset: int): int =
for i, y in a: