mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-26 17:24:02 +00:00
.experimental can now be used to enable specific features
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user