inPattern

See if character c is in the intersection of the patterns.

  1. bool inPattern(dchar c, S pattern)
  2. bool inPattern(dchar c, S[] patterns)
    @safe pure @nogc
    bool
    inPattern
    (
    S
    )
    (
    dchar c
    ,)
    if (
    isSomeString!S
    )

Meta