Fork me on GitHub

src/arraymancer/private/functional

Search:
Group by:
  Source Edit

Procs

proc concatMap[T](s: seq[T]; f: proc (ss: T): string): string {.noSideEffect,
    effectsOf: f.}
Map a function to a sequence of T and concatenate the result as string   Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood