The OpenD Programming Language

StaticRegex

A StaticRegex is Regex object that contains D code specially generated at compile-time to speed up matching.

No longer used, kept as alias to Regex for backwards compatibility.

import std.regex;
alias StaticRegex = Regex

Meta