svn: r16784
This commit is contained in:
Matthew Flatt 2009-11-15 14:26:32 +00:00
parent c34d5f3776
commit 21c6e08e4d

View File

@ -932,7 +932,7 @@ The @scheme[basetype] argument specifies the base type to use.}
@defproc[(_bitmask [symbols (or symbol? list?)][basetype ctype? _uint]) ctype?]{
Similar to @scheme[_enum], but the resulting mapping translates a list
of symbols to a number and back, using @scheme[bitwise-or]. A single
of symbols to a number and back, using @scheme[bitwise-ior]. A single
symbol is equivalent to a list containing just the symbol. The
default @scheme[basetype] is @scheme[_uint], since high bits are often
used for flags.}