vibe.d beta banner
get vibe.d
0.10.0

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

Enum member Node.SpecialName.filter

Filter node. These nodes contain only text and string interpolations and have a "filterChain" attribute that contains a space separated list of filter names that are applied in reverse order when the traits (see applyTraits) are applied by the generator.

enum Node.SpecialName
{
  // ...
  filter = ":",
  // ...
}
Authors
Copyright
License