putChar

open override fun putChar(key: String, value: Char)(source)

Stores a Char value with the given key.

Parameters

key

The key to store the value under

value

The Char value to store