Helper for list of todo items, which can be added while iterating.
Adds elements to dst, which are not already in dst.
Iterate string by unescaped character.
Parse representation of codepoint set.
Escapes character c for use in a D string literal.
Escape codepoint.
Escapes every character in s for use in a D string literal.
Escape string for HTML.
Convert enum to string by interpreting the members as flags.
Check if character c belongs to the set specified by spec. See codepointSetFromStr for the syntax of spec.
Returns member of object, which is not null, and the default value for null objects.
Generates sorted array of all keys in associative array.
Generates a D string literal for s.
Allocator for array, which is used internally for temporary data.
Unescaped character.
Creates an alias sequence containing T if b is true. An empty alias sequence is created otherwise.
Creates an alias sequence with all members of array a.