Function: SB-INT:MAKE-CASE-FROB-STREAM

package type github

Return a stream that sends all output to the stream TARGET, but modifies the case of letters, depending on KIND, which should be one of: :UPCASE - convert to upper case. :DOWNCASE - convert to lower case. :CAPITALIZE - convert the first letter of words to upper case and the rest of the word to lower case. :CAPITALIZE-FIRST - convert the first letter of the first word to upper case and everything else to lower case.

Lambda list

(sb-impl::target sb-impl::kind)