mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 10:54:42 +00:00
committed by
GitHub
parent
6a7baff97d
commit
a9f44b7257
@@ -443,7 +443,7 @@ iterator filter*[T](s: openArray[T], pred: proc(x: T): bool {.closure.}): T =
|
||||
##
|
||||
## **See also:**
|
||||
## * `sugar.collect macro<sugar.html#collect.m%2Cuntyped%2Cuntyped>`_
|
||||
## * `fliter proc<#filter,openArray[T],proc(T)>`_
|
||||
## * `filter proc<#filter,openArray[T],proc(T)>`_
|
||||
## * `filterIt template<#filterIt.t,untyped,untyped>`_
|
||||
##
|
||||
runnableExamples:
|
||||
|
||||
Reference in New Issue
Block a user