isNewline

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

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

See Also

Meta