Module jlrs::convert::temporary_symbol[][src]

Expand description

Automatically convert strings to symbols.

Many things in Julia are accessed with Symbols, the TemporarySymbol trait allows for strings to be used instead. This trait can only be used by jlrs internally, the method that performs the conversion is not public.

Traits

Trait implemented by types that can be converted to a Symbol. Note that the method that actually performs the conversion is inaccessible outside of jlrs, it’s for internal use only.