navm v1.1.5 (2021-02-22T08:25:25Z)
Dub
Repo
removeWhitespace
navm
bytecode
Removes whitespace from multiple strings.
string
[]
removeWhitespace
(
char
[]
whitespace
= [' ', '\t']
char
comment
= '#'
)
(
string
[]
input
)
Return Value
Type:
string
[]
string[] with minimal whitespace
Meta
Source
See Implementation
navm
bytecode
classes
NaBytecode
functions
readData
removeWhitespace
structs
NaInstruction
Removes whitespace from multiple strings.