navm v1.1.1 (2021-02-07T12:21:04Z)
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.