Skip to content

Commit 0beb199

Browse files
dev: add a func to printAll
1 parent 776e8db commit 0beb199

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • library/src/commonMain/kotlin/project/pipepipe/app/utils

library/src/commonMain/kotlin/project/pipepipe/app/utils/Utils.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ fun generateQueryUrl(query: String, searchType: SearchType): String = buildStrin
1717
append(separator).append(it.parameter)
1818
}
1919
}
20+
}
21+
22+
fun printAll(vararg args: Any?) {
23+
println(args.joinToString(" "))
2024
}

0 commit comments

Comments
 (0)