query
On this page

concatStrings

lib.concatStrings

Docs pulled from | This Revision | 10 minutes ago


Concatenate a list of strings.

Type

concatStrings :: [string] -> string

Examples

lib.strings.concatStrings usage example

concatStrings ["foo" "bar"]
=> "foobar"
(lib.strings.concatStrings)

Noogle detected

Aliases

Implementation

This function is implemented in c++ and is part of the native nix runtime.