isNewline

Move std.uni.newLine? TODO: What to do with Windows style endings?

  1. bool isNewline(C c)
    pure nothrow @safe @nogc
    bool
    isNewline
    (
    C
    )
    (
    C c
    )
    if (
    isSomeChar!C
    )
  2. bool isNewline(S s)

See Also

Meta