It depends on what you want to do, but using something like eachindex might work.
Or write a method that takes a Dict and converts it to an Array first and then passes it to your method that takes an Array.
If you really want an array that can be indexed with Symbols, you could make your own type that acts like an Array, and then add a method to Base.getindex for your type that can take Symbols.