dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
AArray.add
dil
AArray
AArray
Adds a pair to the array, assuming it doesn't exist already.
struct
AArray
void
add
(
Key
key
,
Value
value
)
Meta
Source
See Implementation
dil
AArray
AArray
functions
add
blen
find
get
getadd
len
print
rehash
remove
set
toindex
static functions
keyPrinter
toHex
valuePrinter
variables
buckets
count
Adds a pair to the array, assuming it doesn't exist already.