stripComments

strip libconfig comments on a char by char basis

  1. auto stripComments(R input)
    stripComments
    (
    R
    )
    ()
    if (
    isInputRange!R &&
    isSomeChar!(ElementType!R)
    )
  2. auto stripComments(R input)

Meta