phobos-next 0.3.1
Various reusable D code.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
phobos-next
Various reusable D code.
Most definitions are probably generic enough to be part of Phobos.
See_Also: http://forum.dlang.org/post/[email protected]
Includes
Containers
trie.d
: Trie for prefix completion.dynamic_array.d
: Basic uncopyable array with value semantics and explicit copying via.dup
.bitarray.d
: Bit array.open_hashmap_or_hashset.d
: Combined hashset and hashmap with open addressing and support for deletion via hole handling. Pointers and classes are stored as is with support for vacancy and hole handling. Vacancy support forstd.typecons.Nullable
.cyclic_array.d
: Cyclic array.filterarray.d
: Filter array.fixed_array.d
: Fixed-sized statically allocated (heap) array similar to C++std::array
.fixed_dynamic_array.d
: Fixed-sized heap-allocated array.bitarray.d
: A dynamically-sized (heap) bit array.static_bitarray.d
: A statically-size (stack) bit array.minimal_fixed_array.d
: Minimalistic statically-sized (stack) array of length smaller than 255 fitting in anubyte
for compact packing.- ...
For reference semantics wrap uncopyable containers in std.typecons.RefCounter
.
Wrapper types
bound.d
: A wrapper for bounded types.notnull.d
: EnhancedNotNull
.digest_ex.d
: A structured wrapper for message digests.- ...
Algorithms
integer_sorting.d
: Integer sorting algorithms, including radix sort.horspool.d
: Boyer-Moore-Hoorspool search.- ...
Utilities
dbg.d
: Debug printing.symbolic.d
: Symbol regex (structured regular expressions similar to elisps rx).ngram.d
: An n-gram implementation (many nested for loops).csunits.d
: Computer Science units.- ...
Extensions
- Various extension to Phobos (often ending with _ex.d)
- ...
- Registered by Per Nordlöw
- 0.3.1 released 3 years ago
- nordlow/phobos-next
- github.com/nordlow/phobos-next
- BSL-1.0
- Copyright © 2018, Per Nordlöw
- Authors:
- Dependencies:
- none
- Versions:
-
0.5.3 2023-Jun-27 0.5.2 2023-Jun-27 0.5.1 2022-Dec-21 0.5.0 2022-Nov-28 0.4.6 2022-Nov-25 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
773 downloads total
-
- Score:
- 1.7
- Short URL:
- phobos-next.dub.pm