A
C
F
G
H
I
N
O
P
R
S
U
V
W
W
- withHCReader(java.nio.file.Path,kotlin.text.Regex,kotlin.jvm.functions.Function1) - function in org.hildan.hashcode.utils.reader.HCReaderKt
- Executes the given readProblem function on a new HCReader, reading the file at the given path.
- withHCReader(java.lang.String,kotlin.text.Regex,kotlin.jvm.functions.Function1) - function in org.hildan.hashcode.utils.reader.HCReaderKt
- Executes the given readProblem function on a new HCReader, reading the given input text.
- writeHCOutputFile(java.nio.file.Path,java.lang.Iterable) - function in org.hildan.hashcode.utils.writer.HCWriterKt
- Writes the given lines to a file at the given path.