Module Popcorn.Dictionary


Description

Objects Summary
A base dictionary object provides common generators for array dictionaries.

Functions Summary
object dictionary(any[] dict)
Creates a Dict object for an dictionary array.
generator[int] loremIpsum(integer max)
generator[int] loremIpsum(integer min, integer max)
Random length lorem ipsum generator.