Skip to content

Commit 106038f

Browse files
authored
Add bind to the header table (#8731)
1 parent 9c07235 commit 106038f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

std/functional.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ $(TR $(TH Function Name) $(TH Description)
4848
$(TD Create a unary or binary function from a string. Most often
4949
used when defining algorithms on ranges.
5050
))
51+
$(TR $(TD $(LREF bind))
52+
$(TD Passes the fields of a struct as arguments to a function.
53+
))
5154
))
5255
5356
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.

0 commit comments

Comments
 (0)