pike.git/
src/
mapping.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-14
2001-04-14 11:22:33 by Johan Sundström <oyasumi@gmail.com>
c9e82017732ecdc2b905df2db0c94b9b636487de (
8
lines) (+
4
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
[docs]
Tweaked docs a bit for aggregate.
Rev: src/mapping.c:1.120
Rev: src/multiset.c:1.34
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: mapping.c,v 1.
119
2001/
03
/
28
10
:
02
:
41
hubbe
Exp $");
+
RCSID("$Id: mapping.c,v 1.
120
2001/
04
/
14
11
:
22
:
33
jhs
Exp $");
#include "main.h" #include "object.h" #include "mapping.h"
1660:
*! Construct a mapping. *! *! Groups the arguments together two and two in key-index pairs and
-
*! creates a mapping of those pairs.
An
alternative
and
more preferrable
-
*! syntax is:
-
*!
@code{([ key1:val1, key2:val2, ... ])@}
+
*! creates a mapping of those pairs.
Generally,
the
mapping
literal
+
*! syntax is
handier
: @code{([ key1:val1, key2:val2, ... ])@}
*! *! @seealso *! @[sizeof()], @[mappingp()], @[mkmapping()]