mildew.util

Modules

encode
module mildew.util.encode

This module implements functions for encoding various D types into ubyte arrays. Note that the encoding is not cross platform and results will be different across platforms depending on CPU architecture.

regex
module mildew.util.regex

This module implements functions for validating and extracting the parts of regular expressions between '/'s.

stack
module mildew.util.stack

This module implements Stack