vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct ArraySet

struct ArraySet(Key) ;

Fields

NameTypeDescription
m_allocator ArraySet.AllocatorType
m_entries Key[]
m_staticEntries Key[4]

Properties

NameTypeDescription
dup[get] ArraySet

Methods

NameDescription
allocator ()
AW (a)
contains (key)
insert (key)
isNull (a)
opApply (del)
opBinaryRight (key)
remove (key)
setAllocator (allocator)

Aliases

NameDescription
AllocatorType
GenAllocator
Authors

Sönke Ludwig

Copyright

© 2012 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.