Creates a new instance of p5.StringDict using the key-value pair or the object you provide.
Examples
Syntax
  
      createStringDict(key, value)
      
         
      
    
  
      createStringDict(object)
      
         
      
    
Parameters
key
String: 
value
String: 
object
Object: 
object
Returns
p5.StringDict: 
This page is generated from the comments in src/data/p5.TypedDict.js . Please feel free to edit it and submit a pull request!