Substitute.Substitute

Undocumented in source.
  1. alias Substitute = σ
    template Substitute(σx, string x, σ)
    static if(staticIndexOf!(σ, Primatives) != -1)
    alias Substitute = σ
  2. alias Substitute = SubstituteNative!(σx, x, σ)
  3. alias Substitute = Substitute!(σx, x, PointerTarget!σ)*
  4. alias Substitute = σ.SubstituteImpl!(σx, x)
  5. alias Substitute = σ

Meta