silly question: how do i represent the “String…” java class or interface in clojure?
someMethod(int my-integer, String... topics) what is Strings... ?
someMethod(int my-integer, String... topics)
Strings...