Random Numbers Random numbers module Random generation functions Subsequences, permutations and shuffling Generators (creation and seeding) Hooking into the Random API Generati...
Filesystem Filesystem Base.Filesystem.pwd — Function pwd () -> AbstractString Get the current working directory. See also: cd , tempdir . Examples julia > pwd () ...
Collections and Data Structures Iteration Constructors and Types General Collections Iterable Collections Indexable Collections Dictionaries Set-Like Collections Dequeues U...
Strings Strings Core.AbstractChar — Type The AbstractChar type is the supertype of all character implementations in Julia. A character represents a Unicode code point, and c...